Skip to content

Commit

Permalink
Merge pull request #3 from JDIZM/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
JDIZM authored Aug 19, 2024
2 parents 8616af1 + 3ad3375 commit 9cfd383
Show file tree
Hide file tree
Showing 6 changed files with 781 additions and 398 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
root: true,
env: {
es2022: true,
node: true
},
extends: [
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 9.4.0
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"workbench.colorTheme": "Darcula",
"workbench.colorTheme": "Tokyo Night",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "JetBrains Mono",
"prettier.configPath": ".prettierrc.js",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@reduxjs/toolkit": "^2.2.7",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -41,28 +41,28 @@
"@types/node": "^18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/ui": "^0.31.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^2.0.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.3",
"jsdom": "^22.0.0",
"less": "^4.0.0",
"postcss": "^7.0.0",
"prettier": "^2.8.8",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"sass": "^1.62.1",
"storybook": "^7.0.12",
"typescript": "^4.9.5",
"vite": "^4.0.0",
"vitest": "^0.31.0",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vitest": "^2.0.4",
"webpack": "^5.0.0"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
Expand Down
Loading

0 comments on commit 9cfd383

Please sign in to comment.