Skip to content

Commit 3c2e743

Browse files
authored
Bump development dependencies to latest version (#2252)
1 parent eddf098 commit 3c2e743

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
lint:
100100
docker:
101-
- image: node:14
101+
- image: node:16
102102
steps:
103103
- run:
104104
name: Versions

.markdownlint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
line-length: false
2+
link-fragments: false
23
single-title: false
34
no-inline-html:
45
allowed_elements:

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -63,33 +63,33 @@
6363
"xml-name-validator": "^4.0.0"
6464
},
6565
"devDependencies": {
66-
"@ota-meshi/site-kit-eslint-editor-vue": "^0.1.0",
67-
"@types/eslint": "^8.4.2",
68-
"@types/eslint-visitor-keys": "^1.0.0",
66+
"@ota-meshi/site-kit-eslint-editor-vue": "^0.1.2",
67+
"@types/eslint": "^8.44.1",
68+
"@types/eslint-visitor-keys": "^3.3.0",
6969
"@types/natural-compare": "^1.4.1",
70-
"@types/node": "^13.13.5",
71-
"@types/semver": "^7.3.9",
72-
"@types/xml-name-validator": "^4.0.0",
70+
"@types/node": "^14.18.54",
71+
"@types/semver": "^7.5.0",
72+
"@types/xml-name-validator": "^4.0.1",
7373
"@typescript-eslint/parser": "^5.45.0",
7474
"assert": "^2.0.0",
7575
"env-cmd": "^10.1.0",
76-
"esbuild": "^0.15.15",
77-
"eslint": "^8.15.0",
78-
"eslint-config-prettier": "^8.5.0",
76+
"esbuild": "^0.18.17",
77+
"eslint": "^8.45.0",
78+
"eslint-config-prettier": "^8.9.0",
7979
"eslint-plugin-eslint-plugin": "~5.1.1",
80-
"eslint-plugin-import": "^2.26.0",
81-
"eslint-plugin-jsonc": "^2.2.1",
80+
"eslint-plugin-import": "^2.27.5",
81+
"eslint-plugin-jsonc": "^2.9.0",
8282
"eslint-plugin-node-dependencies": ">=0.5.0 <1.0.0",
83-
"eslint-plugin-prettier": "^4.0.0",
84-
"eslint-plugin-unicorn": "^47.0.0",
83+
"eslint-plugin-prettier": "^5.0.0",
84+
"eslint-plugin-unicorn": "^48.0.1",
8585
"eslint-plugin-vue": "file:.",
86-
"espree": "^9.3.2",
86+
"espree": "^9.6.1",
8787
"events": "^3.3.0",
88-
"markdownlint-cli": "^0.31.1",
89-
"mocha": "^10.0.0",
88+
"markdownlint-cli": "^0.35.0",
89+
"mocha": "^10.2.0",
9090
"nyc": "^15.1.0",
91-
"prettier": "^2.6.2",
92-
"typescript": "^4.9.3",
93-
"vitepress": "^1.0.0-alpha.29"
91+
"prettier": "^3.0.0",
92+
"typescript": "^5.1.6",
93+
"vitepress": "^1.0.0-beta.6"
9494
}
9595
}

0 commit comments

Comments
 (0)