Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4309)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 19, 2021
1 parent 016b5d1 commit 02e45a0
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 164 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -26,23 +26,23 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.18.1",
"@microsoft/api-extractor": "^7.18.4",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^26.0.24",
"@types/node": "^15.12.2",
"@types/semver": "^7.3.7",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"chalk": "^4.1.1",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint": "^7.31.0",
"eslint-define-config": "^1.0.9",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"lint-staged": "^11.0.1",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-refresh/package.json
Expand Up @@ -29,7 +29,7 @@
"@babel/core": "^7.14.6",
"@babel/plugin-transform-react-jsx-self": "^7.14.5",
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"@rollup/pluginutils": "^4.1.0",
"@rollup/pluginutils": "^4.1.1",
"react-refresh": "^0.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Expand Up @@ -29,7 +29,7 @@
"@babel/core": "^7.14.6",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.14.6",
"@rollup/pluginutils": "^4.1.0",
"@rollup/pluginutils": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.0.6",
"hash-sum": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -32,7 +32,7 @@
"@vue/compiler-sfc": "^3.0.8"
},
"devDependencies": {
"@rollup/pluginutils": "^4.1.0",
"@rollup/pluginutils": "^4.1.1",
"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.0.8",
"debug": "^4.3.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/vite/package.json
Expand Up @@ -57,13 +57,13 @@
},
"devDependencies": {
"@ampproject/remapping": "^1.0.1",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-dynamic-import-vars": "^1.1.1",
"@rollup/plugin-alias": "^3.1.4",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-dynamic-import-vars": "^1.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@rollup/pluginutils": "^4.1.0",
"@rollup/plugin-node-resolve": "13.0.2",
"@rollup/plugin-typescript": "^8.2.3",
"@rollup/pluginutils": "^4.1.1",
"@types/clean-css": "^4.2.5",
"@types/convert-source-map": "^1.5.2",
"@types/debug": "^4.1.6",
Expand All @@ -77,7 +77,7 @@
"@types/sass": "^1.16.1",
"@types/stylus": "^0.48.36",
"@types/ws": "^7.4.6",
"@vue/compiler-dom": "^3.1.4",
"@vue/compiler-dom": "^3.1.5",
"acorn": "^8.4.1",
"acorn-class-fields": "^1.0.0",
"acorn-numeric-separator": "^0.3.6",
Expand Down

0 comments on commit 02e45a0

Please sign in to comment.