Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed May 9, 2024
1 parent cd62000 commit d16bcb4
Show file tree
Hide file tree
Showing 2 changed files with 559 additions and 389 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"bootstrap": "pnpm install",
"analyze": "cross-env ANALYZE=1 vite build",
"start": "vite",
"dev": "vite",
Expand All @@ -12,6 +13,8 @@
"build": "tsc && vite build",
"deploy": "gh-pages -d dist -b gh-pages -f",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"preinstall": "npx only-allow pnpm",
"preview": "vite preview"
},
"dependencies": {
Expand Down Expand Up @@ -58,18 +61,18 @@
"gh-pages": "^6.1.1",
"https-localhost": "^4.7.1",
"less": "^4.2.0",
"pnpm": "^8.15.3",
"postcss": "^8.4.23",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^5.3.3",
"unocss": "^0.59.4",
"vite": "^5.2.10",
"pnpm": "^8.15.8",
"postcss": "^8.4.38",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.5",
"unocss": "^0.60.0",
"vite": "^5.2.11",
"vite-bundle-visualizer": "^1.1.0",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-react-virtualized": "^1.0.4",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit d16bcb4

Please sign in to comment.