Skip to content

Commit

Permalink
feat: fully converted over to use Vite 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Dec 12, 2022
1 parent 1bd08ac commit afaacec
Show file tree
Hide file tree
Showing 5 changed files with 1,007 additions and 1,880 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@
"dependencies": {
"@vueuse/core": "^9.6.0",
"@vueuse/head": "^1.0.22",
"@yankeeinlondon/code-builder": "^1.1.5",
"@yankeeinlondon/link-builder": "^1.1.6",
"@yankeeinlondon/meta-builder": "^1.1.5",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@iconify/json": "^2.1.151",
"@unocss/preset-wind": "^0.47.6",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@yankeeinlondon/code-builder": "^1.2.0",
"@yankeeinlondon/happy-wrapper": "^2.10.1",
"@yankeeinlondon/link-builder": "^1.2.0",
"@yankeeinlondon/meta-builder": "^1.2.0",
"cross-env": "^7.0.3",
"typescript": "^4.9.4",
"unocss": "^0.47.6",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.2.5",
"vite": "^4.0.1",
"vite-plugin-inspect": "^0.7.10",
"vite-plugin-md": "workspace:*",
"vite-plugin-md": "link:..",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-ssg": "^0.22.1",
"vue-tsc": "^1.0.13"
}
}
}
56 changes: 24 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-md",
"type": "module",
"version": "0.20.6",
"version": "0.20.7",
"packageManager": "pnpm@7.5.2",
"description": "Markdown for Vite",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
Expand Down Expand Up @@ -47,49 +47,41 @@
"test:update": "vitest -u",
"test:component": "npx cypress open-ct -p 4000"
},
"peerDependencies": {},
"dependencies": {
"@yankeeinlondon/builder-api": "*",
"@yankeeinlondon/happy-wrapper": "^2.6.0",
"@yankeeinlondon/builder-api": "^1.2.0",
"@yankeeinlondon/happy-wrapper": "^2.10.1",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"source-map-js": "^1.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.2",
"@antfu/ni": "^0.17.2",
"@antfu/utils": "^0.5.2",
"@rollup/pluginutils": "^4.2.1",
"@antfu/eslint-config": "^0.26.3",
"@antfu/ni": "^0.18.8",
"@antfu/utils": "^0.7.2",
"@type-challenges/utils": "^0.1.1",
"@types/markdown-it": "^12.2.3",
"@types/node": "16",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-vue": "^3.0.3",
"@vitest/ui": "^0.22.1",
"@vue/runtime-core": "^3.2.38",
"@vue/test-utils": "^2.0.2",
"@vueuse/core": "^9.1.1",
"@types/node": "^16.18.8",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/ui": "^0.25.7",
"@vue/test-utils": "^2.2.6",
"@vueuse/core": "^9.6.0",
"bumpp": "^8.2.1",
"c8": "^7.12.0",
"callsites": "^4.0.0",
"eslint": "^8.23.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"fp-ts": "^2.12.2",
"happy-dom": "^6.0.4",
"fp-ts": "^2.13.1",
"happy-dom": "^8.1.0",
"npm-run-all": "^4.1.5",
"pathe": "^0.3.5",
"rollup": "^2.78.1",
"tsup": "^6.2.3",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vitest": "^0.22.1",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"pnpm": {
"overrides": {
"undici@<=5.8.1": ">=5.8.2"
}
"pathe": "^1.0.0",
"rollup": "^3.7.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"vitest": "^0.25.7",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
}
}
Loading

0 comments on commit afaacec

Please sign in to comment.