Skip to content

Commit

Permalink
chore: update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 7, 2022
1 parent 842e048 commit d8d5d33
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 856 deletions.
19 changes: 10 additions & 9 deletions package.json
Expand Up @@ -29,45 +29,46 @@
"ui:test": "npm -C packages/ui run test:run"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.0",
"@antfu/eslint-config": "^0.25.1",
"@antfu/ni": "^0.16.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.35",
"@types/node": "^17.0.40",
"@types/ws": "^8.5.3",
"bumpp": "^7.1.1",
"c8": "^7.11.3",
"cross-env": "^7.0.3",
"esbuild": "~0.14.42",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"if-node-version": "^1.1.1",
"lint-staged": "^12.4.3",
"lint-staged": "^12.5.0",
"magic-string": "^0.26.2",
"node-fetch-native": "^0.1.3",
"npm-run-all": "^4.1.5",
"ohmyfetch": "^0.4.18",
"pathe": "^0.2.0",
"pnpm": "7.1.7",
"rimraf": "^3.0.2",
"rollup": "^2.75.3",
"rollup": "^2.75.5",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-license": "^2.8.0",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"typescript": "^4.7.3",
"vite": "^2.9.10",
"vitest": "workspace:*",
"vue": "^3.2.36"
"vue": "^3.2.37"
},
"pnpm": {
"overrides": {
"vite": "^2.9.9",
"vite": "^2.9.10",
"esbuild": "^0.14.42",
"vitest": "workspace:*"
}
},
Expand Down

0 comments on commit d8d5d33

Please sign in to comment.