Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moso committed May 10, 2024
1 parent 150031c commit 46650ac
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 491 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "moso-vite",
"type": "module",
"version": "2024.4.25",
"version": "2024.5.10",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"postinstall": "husky install",
"build": "cross-env NODE_ENV=production vite-ssg build && cp _redirects dist/_redirects && cp _headers dist/_headers",
Expand All @@ -14,45 +15,46 @@
"dependencies": {
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"vue": "^3.4.25",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@moso/eslint-config": "^0.3.5",
"@netlify/plugin-csp-nonce": "^1.2.10",
"@types/diacritics": "^1.3.3",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it": "^14.0.1",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@unhead/vue": "^1.9.7",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@unhead/vue": "^1.9.10",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"cross-env": "^7.0.3",
"diacritics": "^1.3.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"husky": "^9.0.11",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-link-attributes": "^4.0.1",
"pnpm": "^9.0.6",
"pnpm": "^9.1.0",
"prettier": "^3.2.5",
"sass": "^1.75.0",
"sass": "^1.77.0",
"shikiji": "^0.10.2",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pages": "^0.32.1",
"vite-ssg": "^0.23.6",
"vite-ssg": "^0.23.7",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.4.2"
},
Expand Down
Loading

0 comments on commit 46650ac

Please sign in to comment.