Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mogland/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 49aba6747e2a23b1d4b178084c99b312f077b0d8
Choose a base ref
..
head repository: mogland/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2479d40a063b1f4f73a74233d07499d20290efd0
Choose a head ref
Showing with 85 additions and 1,478 deletions.
  1. +1 −4 package.json
  2. +83 −1,470 pnpm-lock.yaml
  3. +1 −4 src/main.tsx
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,9 +17,6 @@
"dist"
],
"dependencies": {
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.7",
"@icon-park/react": "^1.4.2",
"echarts": "^5.4.1",
@@ -42,7 +39,7 @@
"@originjs/vite-plugin-commonjs": "1.0.3",
"@types/js-yaml": "^4.0.5",
"@types/md5": "2.3.2",
"@types/node": "18.11.19",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vitejs/plugin-react": "3.0.1",
Loading