Skip to content

Commit

Permalink
Update dependencies (#11)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update versions in workflow
  • Loading branch information
vikingair authored Dec 12, 2023
1 parent 3aa7287 commit 4df4921
Show file tree
Hide file tree
Showing 23 changed files with 1,647 additions and 1,357 deletions.
13 changes: 5 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": "latest",
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
Expand Down Expand Up @@ -60,13 +60,11 @@
{
"patterns": [
"**/build/*",
"**/dist/*",
"**/app-*/*",
"**/shared-*/*",
"@shared/*/*"
"**/dist/*"
]
}
]
],
"import/no-duplicates": "warn"
},
"settings": {
"react": {
Expand All @@ -82,8 +80,7 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-duplicate-imports": "warn"
"@typescript-eslint/no-explicit-any": "off"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
env:
NODE_VERSION: "16"
NODE_VERSION: "20"
with:
node-version: "${{ env.NODE_VERSION }}"
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/jsLinters/eslint.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

14 changes: 0 additions & 14 deletions .idea/raw-vite-app.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/watcherTasks.xml

This file was deleted.

5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.8",
"eslint": "8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.4",
"eslint": "8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jsdom": "^21.1.1",
"madge": "^6.0.0",
"prettier": "^2.8.7",
"sass": "^1.60.0",
"jsdom": "^23.0.1",
"madge": "^6.1.0",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"spy4js": "4.0.0-beta.1",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vitest": "^0.29.8"
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vitest": "^1.0.4"
}
}
Loading

0 comments on commit 4df4921

Please sign in to comment.