Skip to content

Commit

Permalink
chore: revert catalog protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 27, 2024
1 parent 899e6c4 commit 76f74e9
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 593 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.10.2",
"@types/webpack-env": "^1.18.5",
"@vitest/coverage-istanbul": "3.0.0-beta.2",
"@vitest/coverage-istanbul": "3.0.0-beta.3",
"conventional-changelog-cli": "^5.0.0",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
Expand All @@ -64,8 +64,8 @@
"tsconfig-vuepress": "^5.2.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "~6.0.5",
"vitest": "3.0.0-beta.2",
"vite": "~6.0.6",
"vitest": "3.0.0-beta.3",
"vuepress": "2.0.0-rc.19"
},
"packageManager": "[email protected]",
Expand All @@ -79,8 +79,9 @@
}
},
"overrides": {
"@vitest/mocker>vite": "^6.0.0",
"tsx>esbuild": "^0.24.0"
"@vuepress/cli>esbuild": "^0.24.2",
"esbuild-loader>esbuild": "^0.24.2",
"tsx>esbuild": "^0.24.2"
}
}
}
2 changes: 1 addition & 1 deletion plugins/features/plugin-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@vuepress/helper": "workspace:*",
"@vueuse/core": "^12.0.0",
"@vueuse/core": "^12.2.0",
"vue": "^3.5.13"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 76f74e9

Please sign in to comment.