Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 29, 2024
1 parent 05f3c2a commit 049f18e
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 227 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,22 @@
],
"devDependencies": {
"@size-limit/preset-small-lib": "^11.0.2",
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/ui": "^1.2.0",
"@vue/test-utils": "^2.4.3",
"happy-dom": "^13.1.4",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"happy-dom": "^13.3.4",
"lint-staged": "^15.2.0",
"pinia": "^2.1.7",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"simple-git-hooks": "^2.9.0",
"size-limit": "^11.0.2",
"standard-version": "^9.5.0",
"tsup": "^8.0.1",
"typescript": "~5.3.3",
"vitest": "^1.2.0",
"vue": "^3.4.14"
"vitest": "^1.2.2",
"vue": "^3.4.15"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"fuse.js": "^7.0.0",
"mande": "^2.0.8",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.0",
"json-server": "1.0.0-alpha.21",
"json-server": "1.0.0-alpha.23",
"npm-run-all2": "^6.1.1",
"typescript": "~5.3.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.10",
"vite": "^5.0.12",
"vue-tsc": "^1.8.25"
}
}
Loading

0 comments on commit 049f18e

Please sign in to comment.