Skip to content

Commit 1b7f9e3

Browse files
committed
chore: more bump deps
1 parent 37db814 commit 1b7f9e3

File tree

6 files changed

+565
-210
lines changed

6 files changed

+565
-210
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
"url": "https://github.com/inlitify/routing/issues"
1111
},
1212
"devDependencies": {
13-
"@intlify/eslint-plugin-vue-i18n": "^1.4.1",
13+
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
1414
"@types/js-yaml": "^4.0.5",
1515
"@types/node": "^18.17.4",
16-
"@typescript-eslint/eslint-plugin": "^5.62.0",
17-
"@typescript-eslint/parser": "^5.62.0",
18-
"bumpp": "^8.2.1",
16+
"@typescript-eslint/eslint-plugin": "^6.3.0",
17+
"@typescript-eslint/parser": "^6.3.0",
18+
"bumpp": "^9.1.1",
1919
"cross-env": "^7.0.3",
2020
"eslint": "^8.47.0",
21-
"eslint-config-prettier": "^8.10.0",
21+
"eslint-config-prettier": "^9.0.0",
2222
"eslint-import-resolver-alias": "^1.1.2",
2323
"eslint-import-resolver-typescript": "^3.6.0",
2424
"eslint-plugin-import": "^2.28.0",
25-
"eslint-plugin-prettier": "^4.2.1",
25+
"eslint-plugin-prettier": "^5.0.0",
2626
"eslint-plugin-tsdoc": "^0.2.17",
2727
"eslint-plugin-vue": "^9.17.0",
2828
"globby": "^12.2.0",
2929
"happy-dom": "^6.0.4",
3030
"jiti": "^1.19.1",
3131
"js-yaml": "^4.1.0",
32-
"lint-staged": "^12.5.0",
32+
"lint-staged": "^13.2.3",
3333
"npm-run-all": "^4.1.5",
3434
"pathe": "^1.1.1",
3535
"pkg-types": "^1.0.3",
36-
"prettier": "^2.8.8",
36+
"prettier": "^3.0.1",
3737
"rimraf": "^3.0.2",
3838
"typescript": "^5.1.6",
3939
"vue-eslint-parser": "^9.3.1"

playground/vue2-options/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/vue2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/vue3-options/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

playground/vue3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)