Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 0a84a94 commit ed02eee
Show file tree
Hide file tree
Showing 3 changed files with 3,241 additions and 1,203 deletions.
28 changes: 14 additions & 14 deletions apps/vite-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"body-parser": "^1.20.0",
"body-parser": "^2.0.0",
"dotenv": "^16.0.1",
"esno": "^0.16.3",
"esno": "^4.0.0",
"express": "^4.18.1",
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.2.0",
"jsdom": "^20.0.0",
"jsdom": "^25.0.0",
"picocolors": "^1.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vitest": "^0.25.0",
"vue-tsc": "^1.0.0"
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vitest": "^2.0.0",
"vue-tsc": "^2.0.0"
},
"engines": {
"node":"^14.18.0 || >=16.0.0"
Expand Down
22 changes: 11 additions & 11 deletions apps/vite-nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"vue-router": "^4.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.2.0",
"jsdom": "^20.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vitest": "^0.25.0",
"vue-tsc": "^1.0.0"
"jsdom": "^25.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vitest": "^2.0.0",
"vue-tsc": "^2.0.0"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
Expand Down
Loading

0 comments on commit ed02eee

Please sign in to comment.