Skip to content

Commit

Permalink
Bump development dependencies to latest version (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Jul 27, 2023
1 parent eddf098 commit 3c2e743
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

lint:
docker:
- image: node:14
- image: node:16
steps:
- run:
name: Versions
Expand Down
1 change: 1 addition & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
line-length: false
link-fragments: false
single-title: false
no-inline-html:
allowed_elements:
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,33 +63,33 @@
"xml-name-validator": "^4.0.0"
},
"devDependencies": {
"@ota-meshi/site-kit-eslint-editor-vue": "^0.1.0",
"@types/eslint": "^8.4.2",
"@types/eslint-visitor-keys": "^1.0.0",
"@ota-meshi/site-kit-eslint-editor-vue": "^0.1.2",
"@types/eslint": "^8.44.1",
"@types/eslint-visitor-keys": "^3.3.0",
"@types/natural-compare": "^1.4.1",
"@types/node": "^13.13.5",
"@types/semver": "^7.3.9",
"@types/xml-name-validator": "^4.0.0",
"@types/node": "^14.18.54",
"@types/semver": "^7.5.0",
"@types/xml-name-validator": "^4.0.1",
"@typescript-eslint/parser": "^5.45.0",
"assert": "^2.0.0",
"env-cmd": "^10.1.0",
"esbuild": "^0.15.15",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"esbuild": "^0.18.17",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-eslint-plugin": "~5.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.2.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-node-dependencies": ">=0.5.0 <1.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "file:.",
"espree": "^9.3.2",
"espree": "^9.6.1",
"events": "^3.3.0",
"markdownlint-cli": "^0.31.1",
"mocha": "^10.0.0",
"markdownlint-cli": "^0.35.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^2.6.2",
"typescript": "^4.9.3",
"vitepress": "^1.0.0-alpha.29"
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"vitepress": "^1.0.0-beta.6"
}
}

0 comments on commit 3c2e743

Please sign in to comment.