Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jul 14, 2022
1 parent c895f27 commit 127c50d
Show file tree
Hide file tree
Showing 9 changed files with 498 additions and 959 deletions.
12 changes: 6 additions & 6 deletions examples/nuxt-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "4.0.16"
"vue-router": "4.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.18",
"nodemon": "^2.0.19",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*",
"vite-plugin-vue-markdown": "^0.1.1"
"vite": "^3.0.0",
"vite-plugin-pages": "workspace:0.25.0",
"vite-plugin-vue-markdown": "^0.20.1"
}
}
14 changes: 7 additions & 7 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"serve": "vite preview"
},
"dependencies": {
"react": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router-config": "^5.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-react": "^2.0.0",
"cross-env": "^7.0.3",
"nodemon": "^2.0.18",
"nodemon": "^2.0.19",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
"vite": "^3.0.0",
"vite-plugin-pages": "workspace:0.25.0"
}
}
14 changes: 7 additions & 7 deletions examples/remix-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"serve": "vite preview"
},
"dependencies": {
"react": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router-config": "^5.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-react": "^2.0.0",
"cross-env": "^7.0.3",
"nodemon": "^2.0.18",
"nodemon": "^2.0.19",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
"vite": "^3.0.0",
"vite-plugin-pages": "workspace:0.25.0"
}
}
10 changes: 5 additions & 5 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
"dependencies": {
"solid-app-router": "^0.4.1",
"solid-js": "^1.4.4"
"solid-js": "^1.4.7"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.18",
"nodemon": "^2.0.19",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*",
"vite-plugin-solid": "^2.2.6"
"vite": "^3.0.0",
"vite-plugin-pages": "workspace:0.25.0",
"vite-plugin-solid": "^2.3.0"
}
}
10 changes: 5 additions & 5 deletions examples/vue-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "4.0.16"
"vue-router": "4.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.18",
"nodemon": "^2.0.19",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
"vite": "^3.0.0",
"vite-plugin-pages": "workspace:0.25.0"
}
}
12 changes: 6 additions & 6 deletions examples/vue-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.0.16"
"vue-router": "^4.1.2"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@types/node": "^18.0.4",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/compiler-sfc": "^3.2.37",
"@vue/server-renderer": "^3.2.37",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"esno": "^0.16.3",
"express": "^4.18.1",
"fast-glob": "^3.2.11",
"nodemon": "^2.0.18",
"nodemon": "^2.0.19",
"serve-static": "^1.15.0",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
"vite": "^3.0.0",
"vite-plugin-pages": "workspace:0.25.0"
}
}
16 changes: 8 additions & 8 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"serve": "vite preview"
},
"dependencies": {
"react": "^18.1.0",
"react": "^18.2.0",
"vue": "^3.2.37",
"vue-router": "4.0.16"
"vue-router": "4.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.18",
"nodemon": "^2.0.19",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-pages": "workspace:*",
"vite-plugin-vue-markdown": "^0.1.1"
"vite": "^3.0.0",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-pages": "workspace:0.25.0",
"vite-plugin-vue-markdown": "^0.20.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"extract-comments": "^1.1.0",
"fast-glob": "^3.2.11",
"json5": "^2.2.1",
"local-pkg": "^0.4.1",
"local-pkg": "^0.4.2",
"picocolors": "^1.0.0",
"yaml": "^2.1.1"
},
Expand All @@ -85,23 +85,23 @@
"@hannoeru/eslint-config": "^0.8.10",
"@types/deep-equal": "^1.0.1",
"@types/glob-to-regexp": "^0.4.1",
"@types/node": "^18.0.0",
"@types/node": "^18.0.4",
"@vitest/ui": "^0.18.0",
"@vue/compiler-sfc": "^3.2.37",
"bumpp": "^8.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"esno": "^0.16.3",
"playwright": "^1.23.2",
"playwright": "^1.23.3",
"react": "^18.2.0",
"react-router": "^6.3.0",
"solid-app-router": "^0.4.1",
"solid-js": "^1.4.7",
"tsup": "^6.1.3",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vite": "^3.0.0",
"vitest": "^0.18.0",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
"vue-router": "^4.1.2"
}
}
Loading

0 comments on commit 127c50d

Please sign in to comment.