Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Dec 25, 2021
1 parent 5f13342 commit f4e3d32
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 247 deletions.
4 changes: 2 additions & 2 deletions examples/nuxt-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"typescript": "^4.5.4",
"vite": "^2.7.4",
"vite-plugin-md": "^0.11.6",
"vite": "^2.7.6",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.0.2"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"react-router-dom": "^6.2.1"
},
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-config": "^5.0.3",
"@types/react-router-config": "^5.0.4",
"@types/react-router-dom": "^5.3.2",
"@vitejs/plugin-react": "^1.1.3",
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"typescript": "^4.5.4",
"vite": "^2.7.4",
"vite": "^2.7.6",
"vite-plugin-pages": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions examples/vue-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"typescript": "^4.5.4",
"vite": "^2.7.4",
"vite-plugin-md": "^0.11.6",
"vite": "^2.7.6",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/node": "^17.0.1",
"@types/node": "^17.0.4",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/server-renderer": "^3.2.26",
Expand All @@ -27,7 +27,7 @@
"nodemon": "^2.0.15",
"serve-static": "^1.14.2",
"typescript": "^4.5.4",
"vite": "^2.7.4",
"vite": "^2.7.6",
"vite-plugin-pages": "workspace:*",
"vite-plugin-restart": "^0.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.15",
"typescript": "^4.5.4",
"vite": "^2.7.4",
"vite-plugin-md": "^0.11.6",
"vite": "^2.7.6",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "workspace:*"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@
"yaml": "^2.0.0-9"
},
"devDependencies": {
"@antfu/utils": "^0.3.0",
"@hannoeru/eslint-config": "^0.5.2",
"@antfu/utils": "^0.4.0",
"@hannoeru/eslint-config": "^0.5.3",
"@types/debug": "^4.1.7",
"@types/deep-equal": "^1.0.1",
"@types/glob-to-regexp": "^0.4.1",
"@types/node": "^17.0.1",
"@types/node": "^17.0.4",
"@vue/compiler-sfc": "^3.2.26",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.5.0",
"react-router": "^6.2.1",
"tsup": "^5.11.6",
"tsup": "^5.11.9",
"typescript": "^4.5.4",
"vite": "^2.7.4",
"vitest": "^0.0.99",
"vite": "^2.7.6",
"vitest": "^0.0.113",
"vue-router": "^4.0.12"
}
}
Loading

0 comments on commit f4e3d32

Please sign in to comment.