Skip to content

Commit

Permalink
chore: use vite-plugin-vue-markdown, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jun 25, 2022
1 parent 28646b3 commit 002cc18
Show file tree
Hide file tree
Showing 11 changed files with 367 additions and 1,730 deletions.
6 changes: 3 additions & 3 deletions examples/nuxt-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.7.3",
"nodemon": "^2.0.18",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-md": "^0.14.1",
"vite-plugin-vue-markdown": "^0.1.1",
"vite-plugin-pages": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/nuxt-style/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'
import Pages from 'vite-plugin-pages'
import Markdown from 'vite-plugin-md'
import Markdown from 'vite-plugin-vue-markdown'

const config = defineConfig({
plugins: [
Expand Down
8 changes: 4 additions & 4 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.12",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-config": "^5.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.7.3",
"nodemon": "^2.0.18",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/remix-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
},
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.12",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-config": "^5.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.7.3",
"nodemon": "^2.0.18",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"serve": "vite preview"
},
"dependencies": {
"solid-app-router": "^0.3.3",
"solid-app-router": "^0.4.1",
"solid-js": "^1.4.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.7.3",
"nodemon": "^2.0.18",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*",
"vite-plugin-solid": "^2.2.6"
Expand Down
5 changes: 2 additions & 3 deletions examples/vue-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.7.3",
"nodemon": "^2.0.18",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-md": "^0.14.1",
"vite-plugin-pages": "workspace:*"
}
}
6 changes: 3 additions & 3 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.42",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"@vue/server-renderer": "^3.2.37",
Expand All @@ -24,9 +24,9 @@
"esno": "^0.16.3",
"express": "^4.18.1",
"fast-glob": "^3.2.11",
"nodemon": "^2.0.16",
"nodemon": "^2.0.18",
"serve-static": "^1.15.0",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-pages": "workspace:*"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"cross-env": "^7.0.3",
"nodemon": "^2.0.16",
"typescript": "^4.7.3",
"nodemon": "^2.0.18",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.14.1",
"vite-plugin-vue-markdown": "^0.1.1",
"vite-plugin-pages": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/vue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { resolve } from 'path'
import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'
import Pages from 'vite-plugin-pages'
import Markdown from 'vite-plugin-md'
import Markdown from 'vite-plugin-vue-markdown'
import Inspect from 'vite-plugin-inspect'

const config = defineConfig({
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
"@hannoeru/eslint-config": "^0.8.10",
"@types/deep-equal": "^1.0.1",
"@types/glob-to-regexp": "^0.4.1",
"@types/node": "^17.0.42",
"@vitest/ui": "^0.15.1",
"@types/node": "^18.0.0",
"@vitest/ui": "^0.16.0",
"@vue/compiler-sfc": "^3.2.37",
"bumpp": "^7.2.0",
"bumpp": "^8.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.18.0",
"esno": "^0.16.3",
Expand All @@ -102,7 +102,7 @@
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.1",
"vitest": "^0.16.0",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
}
Expand Down
Loading

0 comments on commit 002cc18

Please sign in to comment.