Skip to content

Commit

Permalink
chore: more bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Aug 12, 2023
1 parent 37db814 commit 1b7f9e3
Show file tree
Hide file tree
Showing 6 changed files with 565 additions and 210 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@
"url": "https://github.com/inlitify/routing/issues"
},
"devDependencies": {
"@intlify/eslint-plugin-vue-i18n": "^1.4.1",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bumpp": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"bumpp": "^9.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-vue": "^9.17.0",
"globby": "^12.2.0",
"happy-dom": "^6.0.4",
"jiti": "^1.19.1",
"js-yaml": "^4.1.0",
"lint-staged": "^12.5.0",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"prettier": "^2.8.8",
"prettier": "^3.0.1",
"rimraf": "^3.0.2",
"typescript": "^5.1.6",
"vue-eslint-parser": "^9.3.1"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue2-options/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
2 changes: 1 addition & 1 deletion playground/vue2/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
2 changes: 1 addition & 1 deletion playground/vue3-options/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
2 changes: 1 addition & 1 deletion playground/vue3/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down

0 comments on commit 1b7f9e3

Please sign in to comment.