Skip to content

Commit e55baa4

Browse files
committed
revert: refactor: replace assert with assert-plus
1 parent 4cf06b6 commit e55baa4

File tree

3 files changed

+142
-13
lines changed

3 files changed

+142
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@volar/monaco": "~2.4.0-alpha.12",
8686
"@vue/babel-plugin-jsx": "^1.2.2",
8787
"@vue/language-service": "~2.0.26-alpha.2",
88-
"assert-plus": "^1.0.0",
88+
"assert": "^2.1.0",
8989
"bumpp": "^9.4.1",
9090
"codemirror": "^5.65.16",
9191
"conventional-changelog-cli": "^5.0.0",

pnpm-lock.yaml

Lines changed: 141 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.preview.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default defineConfig({
1414
alias: {
1515
'@vue/compiler-dom': '@vue/compiler-dom/dist/compiler-dom.cjs.js',
1616
'@vue/compiler-core': '@vue/compiler-core/dist/compiler-core.cjs.js',
17-
assert: 'assert-plus',
1817
},
1918
},
2019
build: {

0 commit comments

Comments
 (0)