Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Sep 24, 2024
1 parent ffb28fe commit b583bcd
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 351 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,27 @@
},
"homepage": "https://github.com/moegirlwiki/wiki-saikou#readme",
"dependencies": {
"@vue/reactivity": "^3.4.34",
"@vue/reactivity": "^3.5.8",
"fexios": "^1.7.1",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@types/chai": "^4.3.19",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.6",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"dotenv": "^16.4.5",
"esbuild-register": "^3.6.0",
"mocha": "^10.7.0",
"pkgroll": "^2.4.2",
"mocha": "^10.7.3",
"pkgroll": "^2.5.0",
"rimraf": "^6.0.1",
"ts-mocha": "^10.0.0",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^4.0.2",
"vitest": "^2.0.4"
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite-plugin-dts": "^4.2.2",
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit b583bcd

Please sign in to comment.