Skip to content

Commit 07a7833

Browse files
authored
Bump devDependencies to their newest versions (#1890)
* Bump `eslint-plugin-import` from v2.20.2 to v2.26.0 * Bump `eslint-plugin-jsonc` from v1.4.0 to v2.2.1 * Bump `eslint-plugin-prettier` from v3.1.3 to v4.0.0 * Bump `eslint-config-prettier` from v6.11.0 to v8.5.0 * Bump `eslint` from v8.0.0 to v8.15.0 * Bump `eslint-plugin-unicorn` from v40.1.0 to v42.0.0 * Bump `@types/eslint` from v7.28.1 to v8.4.2 * Bump `@typescript-eslint/parser` from v5.5.0 to v5.23.0 * Bump `@types/natural-compare` from v1.4.0 to v1.4.1 * Bump `@types/semver` from v7.2.0 to v7.3.9 * Bump `@vuepress/plugin-pwa` from v1.4.1 to v1.9.2 * Bump `acorn` from v8.5.0 to v8.7.1 * Bump `espree` from v9.0.0 to v9.3.2 * Bump `mocha` from v7.1.2 to v8.4.0 * Bump `mocha` from v8.4.0 to v9.2.2 * Bump `mocha` from v9.2.2 to v10.0.0 * Bump `prettier` from v2.4.1 to v2.6.2 * Bump `typescript` from v4.5.0 to v4.6.4 * Bump `vuepress` from v1.8.2 to v1.9.7
1 parent 52accc9 commit 07a7833

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -62,31 +62,31 @@
6262
"vue-eslint-parser": "^9.0.1"
6363
},
6464
"devDependencies": {
65-
"@types/eslint": "^7.28.1",
65+
"@types/eslint": "^8.4.2",
6666
"@types/eslint-visitor-keys": "^1.0.0",
67-
"@types/natural-compare": "^1.4.0",
67+
"@types/natural-compare": "^1.4.1",
6868
"@types/node": "^13.13.5",
69-
"@types/semver": "^7.2.0",
70-
"@typescript-eslint/parser": "^5.5.0",
71-
"@vuepress/plugin-pwa": "^1.4.1",
72-
"acorn": "^8.5.0",
69+
"@types/semver": "^7.3.9",
70+
"@typescript-eslint/parser": "^5.23.0",
71+
"@vuepress/plugin-pwa": "^1.9.7",
72+
"acorn": "^8.7.1",
7373
"env-cmd": "^10.1.0",
74-
"eslint": "^8.0.0",
75-
"eslint-config-prettier": "^6.11.0",
74+
"eslint": "^8.15.0",
75+
"eslint-config-prettier": "^8.5.0",
7676
"eslint-plugin-eslint-plugin": "^3.5.3",
77-
"eslint-plugin-import": "^2.20.2",
78-
"eslint-plugin-jsonc": "^1.4.0",
77+
"eslint-plugin-import": "^2.26.0",
78+
"eslint-plugin-jsonc": "^2.2.1",
7979
"eslint-plugin-node-dependencies": ">=0.5.0 <1.0.0",
80-
"eslint-plugin-prettier": "^3.1.3",
81-
"eslint-plugin-unicorn": "^40.1.0",
80+
"eslint-plugin-prettier": "^4.0.0",
81+
"eslint-plugin-unicorn": "^42.0.0",
8282
"eslint-plugin-vue": "file:.",
83-
"espree": "^9.0.0",
83+
"espree": "^9.3.2",
8484
"markdownlint-cli": "^0.31.1",
85-
"mocha": "^7.1.2",
85+
"mocha": "^10.0.0",
8686
"nyc": "^15.1.0",
87-
"prettier": "^2.4.1",
88-
"typescript": "^4.5.0",
87+
"prettier": "^2.6.2",
88+
"typescript": "^4.6.4",
8989
"vue-eslint-editor": "^1.1.0",
90-
"vuepress": "^1.8.2"
90+
"vuepress": "^1.9.7"
9191
}
9292
}

0 commit comments

Comments
 (0)