Skip to content

Commit

Permalink
Bump devDependencies to their newest versions (#1890)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
FloEdelmann committed May 13, 2022
1 parent 52accc9 commit 07a7833
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,31 +62,31 @@
"vue-eslint-parser": "^9.0.1"
},
"devDependencies": {
"@types/eslint": "^7.28.1",
"@types/eslint": "^8.4.2",
"@types/eslint-visitor-keys": "^1.0.0",
"@types/natural-compare": "^1.4.0",
"@types/natural-compare": "^1.4.1",
"@types/node": "^13.13.5",
"@types/semver": "^7.2.0",
"@typescript-eslint/parser": "^5.5.0",
"@vuepress/plugin-pwa": "^1.4.1",
"acorn": "^8.5.0",
"@types/semver": "^7.3.9",
"@typescript-eslint/parser": "^5.23.0",
"@vuepress/plugin-pwa": "^1.9.7",
"acorn": "^8.7.1",
"env-cmd": "^10.1.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-plugin": "^3.5.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsonc": "^1.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.2.1",
"eslint-plugin-node-dependencies": ">=0.5.0 <1.0.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-unicorn": "^40.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "file:.",
"espree": "^9.0.0",
"espree": "^9.3.2",
"markdownlint-cli": "^0.31.1",
"mocha": "^7.1.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"typescript": "^4.5.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4",
"vue-eslint-editor": "^1.1.0",
"vuepress": "^1.8.2"
"vuepress": "^1.9.7"
}
}

0 comments on commit 07a7833

Please sign in to comment.