Skip to content

Commit

Permalink
chore(deps): update non critical deps (#5569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Nov 6, 2021
1 parent 48ba091 commit a1eca7c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,40 +28,40 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.11",
"@microsoft/api-extractor": "^7.18.19",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
"@types/node": "^15.12.2",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.1.0",
"eslint-define-config": "^1.1.2",
"esbuild": "^0.13.12",
"eslint": "^8.2.0",
"eslint-define-config": "^1.1.3",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.3.1",
"lint-staged": "^11.2.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.5",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.15.1",
"playwright-chromium": "^1.16.3",
"prettier": "2.4.1",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.59.0",
"semver": "^7.3.5",
"sirv": "^1.0.17",
"ts-jest": "^27.0.7",
"ts-node": "^10.1.0",
"typescript": "~4.4.3",
"vitepress": "^0.20.0",
"yorkie": "^2.0.0",
"rollup": "^2.57.0",
"esbuild": "^0.13.2",
"vite": "workspace:*"
"vite": "workspace:*",
"vitepress": "^0.20.1",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged --concurrent false",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.15.8",
"@babel/plugin-transform-typescript": "^7.16.1",
"@rollup/pluginutils": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"hash-sum": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"devDependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.2.21",
"debug": "^4.3.2",
"hash-sum": "^2.0.0",
"rollup": "^2.58.3",
"rollup": "^2.59.0",
"slash": "^3.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.20",
"@vue/compiler-sfc": "^3.2.20"
"vue": "^3.2.21"
}
}

0 comments on commit a1eca7c

Please sign in to comment.