Skip to content

Commit b13ab79

Browse files
committed
chore: update dependencies
1 parent d81d57b commit b13ab79

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.4.4",
47-
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
48-
"@vuepress/theme-vue": "1.0.0-alpha.44",
47+
"@vuepress/plugin-pwa": "^1.0.0-alpha.48",
48+
"@vuepress/theme-vue": "^1.0.0-alpha.48",
4949
"babel-core": "7.0.0-bridge.0",
5050
"babel-eslint": "^10.0.1",
5151
"babel-jest": "^24.7.1",
5252
"chromedriver": "^74.0.0",
5353
"debug": "^4.1.0",
5454
"eslint": "^5.16.0",
5555
"eslint-plugin-graphql": "^3.0.3",
56-
"eslint-plugin-node": "^8.0.0",
56+
"eslint-plugin-node": "^9.0.1",
5757
"eslint-plugin-vue": "^5.2.2",
5858
"eslint-plugin-vue-libs": "^3.0.0",
5959
"execa": "^1.0.0",

packages/@vue/cli-plugin-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vue/cli-shared-utils": "^4.0.0-alpha.0",
2828
"fork-ts-checker-webpack-plugin": "^1.2.0",
2929
"globby": "^9.2.0",
30-
"ts-loader": "^5.4.4",
30+
"ts-loader": "^6.0.1",
3131
"tslint": "^5.16.0",
3232
"webpack": ">=4 < 4.29"
3333
},

packages/@vue/cli-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"cssnano": "^4.1.10",
4747
"current-script-polyfill": "^1.0.0",
4848
"debug": "^4.1.1",
49-
"dotenv": "^7.0.0",
49+
"dotenv": "^8.0.0",
5050
"dotenv-expand": "^5.1.0",
5151
"file-loader": "^3.0.1",
52-
"fs-extra": "^7.0.1",
52+
"fs-extra": "^8.0.1",
5353
"globby": "^9.2.0",
5454
"hash-sum": "^1.0.2",
5555
"html-webpack-plugin": "^3.2.0",

packages/@vue/cli-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"execa": "^1.0.0",
26-
"fs-extra": "^7.0.1",
26+
"fs-extra": "^8.0.1",
2727
"json-server": "^0.14.0",
2828
"puppeteer": "^1.11.0",
2929
"strip-ansi": "^5.2.0"

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"execa": "^1.0.0",
4242
"express-history-api-fallback": "^2.2.1",
4343
"fkill": "^6.1.0",
44-
"fs-extra": "^7.0.1",
44+
"fs-extra": "^8.0.1",
4545
"globby": "^9.2.0",
4646
"graphql": "^14.2.1",
4747
"graphql-subscriptions": "^1.1.0",

packages/@vue/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ejs": "^2.6.1",
3939
"envinfo": "^7.2.0",
4040
"execa": "^1.0.0",
41-
"fs-extra": "^7.0.1",
41+
"fs-extra": "^8.0.1",
4242
"globby": "^9.2.0",
4343
"import-global": "^0.1.0",
4444
"inquirer": "^6.3.1",
@@ -48,7 +48,7 @@
4848
"jscodeshift": "^0.6.4",
4949
"lodash.clonedeep": "^4.5.0",
5050
"minimist": "^1.2.0",
51-
"recast": "^0.17.6",
51+
"recast": "^0.18.1",
5252
"request": "^2.87.0",
5353
"request-promise-native": "^1.0.7",
5454
"resolve": "^1.10.1",

packages/@vue/eslint-config-standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"eslint-config-standard": "^12.0.0",
2626
"eslint-plugin-import": "^2.17.2",
27-
"eslint-plugin-node": "^8.0.1",
27+
"eslint-plugin-node": "^9.0.1",
2828
"eslint-plugin-promise": "^4.1.1",
2929
"eslint-plugin-standard": "^4.0.0"
3030
}

0 commit comments

Comments
 (0)