Skip to content

Commit 090db55

Browse files
committed
bump deps
1 parent bf9b4f8 commit 090db55

File tree

3 files changed

+907
-202
lines changed

3 files changed

+907
-202
lines changed

examples/lazy-loading/webpack/webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ module.exports = (env = {}) => ({
4747
test: /\.(json5?|ya?ml)$/, // target json, json5, yaml and yml files
4848
type: 'javascript/auto',
4949
// Use `Rule.include` to specify the files of locale messages to be pre-compiled
50-
include: [
51-
path.resolve(__dirname, './src/locales'),
52-
],
50+
include: [path.resolve(__dirname, './src/locales')],
5351
loader: '@intlify/vue-i18n-loader'
5452
},
5553
// for i18n custom block

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@
6363
"@rollup/plugin-replace": "^2.3.3",
6464
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
6565
"@types/jest": "^26.0.14",
66-
"@typescript-eslint/eslint-plugin": "^4.9.0",
67-
"@typescript-eslint/parser": "^4.9.0",
68-
"@vue/devtools-api": "^6.0.0-beta.2",
66+
"@typescript-eslint/eslint-plugin": "^4.11.0",
67+
"@typescript-eslint/parser": "^4.11.0",
68+
"@vue/devtools-api": "^6.0.0-beta.3",
6969
"@vue/server-renderer": "^3.0.0",
7070
"algoliasearch": "^4.8.2",
7171
"api-docs-gen": "^0.2.6",
7272
"brotli": "^1.3.2",
7373
"chalk": "^4.1.0",
7474
"convert-hrtime": "^3.0.0",
7575
"cross-env": "^7.0.2",
76-
"eslint": "^7.14.0",
76+
"eslint": "^7.16.0",
7777
"eslint-config-prettier": "^7.0.0",
7878
"eslint-plugin-prettier": "^3.1.2",
79-
"eslint-plugin-vue": "^7.1.0",
79+
"eslint-plugin-vue": "^7.4.0",
8080
"eslint-plugin-vue-libs": "^4.0.0",
8181
"execa": "^5.0.0",
8282
"fixpack": "^3.0.6",
@@ -94,7 +94,7 @@
9494
"opener": "^1.5.1",
9595
"prettier": "^2.1.2",
9696
"puppeteer": "^2.1.1",
97-
"rollup": "^2.33.0",
97+
"rollup": "^2.35.0",
9898
"rollup-plugin-node-builtins": "^2.1.2",
9999
"rollup-plugin-node-globals": "^1.4.0",
100100
"rollup-plugin-terser": "^7.0.2",
@@ -121,7 +121,7 @@
121121
"ts-jest": "^26.4.0",
122122
"typescript": "^4.1.2",
123123
"typescript-eslint-language-service": "^4.1.2",
124-
"vitepress": "^0.10.0",
124+
"vitepress": "^0.8.1",
125125
"vue": "^3.0.0"
126126
},
127127
"engines": {

0 commit comments

Comments
 (0)