Update package.json

pull/30/head
linbmv 2024-05-22 15:45:05 +08:00 committed by GitHub
parent ae223fca27
commit 05af0c6ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 14 deletions

View File

@ -16,27 +16,27 @@
"@mantine/hooks": "^7.1.3",
"@tabler/icons-react": "^2.39.0",
"@types/moment-precise-range-plugin": "^0.2.2",
"chart.js": "^4.4.0",
"chartjs-adapter-moment": "^1.0.1",
"chart.js": "^3.7.0",
"chartjs-adapter-moment": "^2.1.0",
"moment": "^2.29.4",
"moment-precise-range-plugin": "^1.3.0",
"next": "13.5.4",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18"
"next": "^13.6.0",
"react": "^18.0.0",
"react-chartjs-2": "^3.0.3",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.8.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"eslint": "^8.4.1",
"eslint-config-next": "^13.5.4",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.8.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.0.3",
"typescript": "^5",
"wrangler": "^3.13.1"
"prettier": "^3.0.3",
"typescript": "^4.6.3",
"wrangler": "^1.19.0"
}
}