Skip to content

Commit

Permalink
chore: upgrade vite with sass modern API
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Aug 11, 2024
1 parent 65b5836 commit 4329dfa
Show file tree
Hide file tree
Showing 108 changed files with 777 additions and 543 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.0",
"@sentry/vue": "^8.23.0",
"@sentry/vue": "^8.25.0",
"@unhead/schema": "^1.9.16",
"@unhead/ssr": "^1.9.16",
"@unhead/vue": "^1.9.16",
Expand All @@ -46,11 +46,11 @@
"lozad": "^1.16.0",
"lru-cache": "^11.0.0",
"mapbox-gl": "^3.5.2",
"marked": "^13.0.3",
"marked-highlight": "^2.1.3",
"marked-mangle": "^1.1.8",
"marked-xhtml": "^1.0.10",
"pinia": "^2.2.0",
"marked": "^14.0.0",
"marked-highlight": "^2.1.4",
"marked-mangle": "^1.1.9",
"marked-xhtml": "^1.0.11",
"pinia": "^2.2.1",
"qrcode": "^1.5.4",
"qs": "^6.13.0",
"redis": "^4.7.0",
Expand All @@ -60,22 +60,22 @@
"sticky-events": "^3.4.12",
"swiper": "^11.1.9",
"ua-parser-js": "^1.0.38",
"vue": "^3.4.35",
"vue-router": "^4.4.2",
"vue": "^3.4.37",
"vue-router": "^4.4.3",
"wonderful-bing-wallpaper": "^0.3.4",
"yargs": "^17.7.2"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@sentry/vite-plugin": "^2.21.1",
"@eslint/js": "^9.9.0",
"@sentry/vite-plugin": "^2.22.0",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/http-proxy": "^1.17.14",
"@types/http-proxy": "^1.17.15",
"@types/lodash-es": "^4.17.12",
"@types/lozad": "^1.16.4",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/qrcode": "^1.5.5",
"@types/rss": "^0.0.32",
"@types/serialize-javascript": "^5.0.4",
Expand All @@ -84,16 +84,16 @@
"@vercel/ncc": "^0.38.1",
"@vitejs/plugin-vue": "^5.1.2",
"builtin-modules": "^4.0.0",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"tsx": "^4.16.5",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"pnpm": {
"//": "https://github.com/vitejs/vite/pull/16655",
Expand Down
Loading

0 comments on commit 4329dfa

Please sign in to comment.