Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Mar 7, 2024
1 parent 3a21bc3 commit 3bddc56
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 344 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@lerna-lite/cli": "^3.3.0",
"@lerna-lite/publish": "^3.3.0",
"@types/node": "^20.11.24",
"@lerna-lite/cli": "^3.3.1",
"@lerna-lite/publish": "^3.3.1",
"@types/node": "^20.11.25",
"@types/webpack-env": "^1.18.4",
"@vitest/coverage-istanbul": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
Expand All @@ -53,8 +53,8 @@
"sass": "1.71.1",
"sort-package-json": "^2.8.0",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^5.3.3",
"vite": "~5.1.4",
"typescript": "^5.4.2",
"vite": "~5.1.5",
"vitest": "^1.3.1"
},
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions plugins/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"copy": "cpx \"src/**/*.css\" lib"
},
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@vueuse/core": "^10.9.0",
"ts-debounce": "^4.0.0",
"vue": "^3.4.21"
Expand Down
Loading

0 comments on commit 3bddc56

Please sign in to comment.