Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
update node to v20
  • Loading branch information
simonwep committed Oct 26, 2023
1 parent 9833d40 commit 8e1e661
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 638 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Simon Reinisch <[email protected]>",
"packageManager": "[email protected]",
"engines": {
"node": "^18.12.0"
"node": "^20"
},
"scripts": {
"dev": "vite --host",
Expand All @@ -28,34 +28,34 @@
"echarts": "5.4.3",
"li18nt": "5.0.0",
"papaparse": "5.4.1",
"vue": "3.3.4",
"vue-i18n": "9.2.2",
"vue-router": "4.2.4",
"vue": "3.3.7",
"vue-i18n": "9.6.0",
"vue-router": "4.2.5",
"yuppee": "0.3.0"
},
"devDependencies": {
"@types/ackee-tracker": "5.0.2",
"@types/node": "20.4.2",
"@types/papaparse": "5.3.7",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@vitejs/plugin-vue": "4.2.3",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-vue": "9.15.1",
"prettier": "3.0.0",
"sass": "1.63.6",
"typescript": "5.1.6",
"vite": "4.4.4",
"@types/ackee-tracker": "5.0.3",
"@types/node": "20.8.9",
"@types/papaparse": "5.3.10",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitejs/plugin-vue": "4.4.0",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-vue": "9.18.0",
"prettier": "3.0.3",
"sass": "1.69.5",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-plugin-optimize-css-modules": "1.0.4",
"vite-plugin-pwa": "0.16.4",
"vite-tsconfig-paths": "4.2.0",
"vue-tsc": "1.8.5",
"vite-plugin-pwa": "0.16.5",
"vite-tsconfig-paths": "4.2.1",
"vue-tsc": "1.8.21",
"workbox-window": "7.0.0"
}
}
Loading

0 comments on commit 8e1e661

Please sign in to comment.