diff options
author | crupest <crupest@outlook.com> | 2022-12-21 13:47:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-21 13:47:45 +0800 |
commit | 610235de52f5e85263c3a5836d787dae496e5cf7 (patch) | |
tree | a0e2beade33f275df0fc3ade1be37909ede15172 /FrontEnd/package.json | |
parent | 636249e24a5e5bd6cc533f608b6c7b8255397166 (diff) | |
download | timeline-610235de52f5e85263c3a5836d787dae496e5cf7.tar.gz timeline-610235de52f5e85263c3a5836d787dae496e5cf7.tar.bz2 timeline-610235de52f5e85263c3a5836d787dae496e5cf7.zip |
Update pnpm package.
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index dd12ded8..dc32cc0e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -9,29 +9,29 @@ "dependencies": { "@microsoft/signalr": "^7.0.0", "@popperjs/core": "^2.11.6", - "axios": "^1.1.3", - "bootstrap": "^5.2.2", - "bootstrap-icons": "^1.9.1", + "axios": "^1.2.1", + "bootstrap": "^5.2.3", + "bootstrap-icons": "^1.10.2", "classnames": "^2.3.2", "color": "^4.2.3", - "core-js": "^3.26.0", - "i18next": "^22.0.3", - "i18next-browser-languagedetector": "^7.0.0", - "js-base64": "^3.7.2", + "core-js": "^3.26.1", + "i18next": "^22.4.6", + "i18next-browser-languagedetector": "^7.0.1", + "js-base64": "^3.7.3", "lodash": "^4.17.21", - "marked": "^4.1.1", + "marked": "^4.2.4", "moment": "^2.29.4", "pepjs": "^0.5.3", "react": "^18.2.0", "react-color": "^2.19.3", "react-dom": "^18.2.0", - "react-i18next": "^12.0.0", + "react-i18next": "^12.1.1", "react-popper": "^2.3.0", - "react-responsive": "^9.0.0", - "react-router-dom": "^6.4.2", + "react-responsive": "^9.0.2", + "react-router-dom": "^6.5.0", "react-transition-group": "^4.4.5", - "regenerator-runtime": "^0.13.10", - "rxjs": "^7.5.7", + "regenerator-runtime": "^0.13.11", + "rxjs": "^7.8.0", "workbox-cacheable-response": "^6.5.4", "workbox-expiration": "^6.5.4", "workbox-precaching": "^6.5.4", @@ -51,25 +51,25 @@ "devDependencies": { "@tsconfig/vite-react": "^1.0.1", "@types/color": "^3.0.3", - "@types/lodash": "^4.14.186", - "@types/marked": "^4.0.7", - "@types/node": "^18.11.7", - "@types/react": "^18.0.24", + "@types/lodash": "^4.14.191", + "@types/marked": "^4.0.8", + "@types/node": "^18.11.17", + "@types/react": "^18.0.26", "@types/react-color": "^3.0.6", - "@types/react-dom": "^18.0.8", + "@types/react-dom": "^18.0.9", "@types/react-responsive": "^8.0.5", "@types/react-transition-group": "^4.4.5", - "@typescript-eslint/eslint-plugin": "^5.41.0", - "@typescript-eslint/parser": "^5.41.0", + "@typescript-eslint/eslint-plugin": "^5.47.0", + "@typescript-eslint/parser": "^5.47.0", "@vitejs/plugin-react": "^3.0.0", - "eslint": "^8.26.0", + "eslint": "^8.30.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", - "prettier": "^2.7.1", - "typescript": "^4.8.4", - "vite": "^4.0.0", + "prettier": "^2.8.1", + "typescript": "^4.9.4", + "vite": "^4.0.2", "vite-plugin-pwa": "^0.14.0" } }
\ No newline at end of file |