summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-06-13 15:20:12 +0800
committerHaishan <[email protected]>2021-06-13 18:26:30 +0800
commitc78dbcf8f89072dc9c2fa8ba81e2cf5a80218cd7 (patch)
tree1801b2954623c3b6710ba769836e5c25a68cf65a /package.json
parentaad1d2681e4415add1ab440159bf1253b5b34d8e (diff)
Support switch theme on backend config page
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 13 insertions, 14 deletions
diff --git a/package.json b/package.json
index 3f9e7ed..cf7b5ea 100644
--- a/package.json
+++ b/package.json
@@ -23,12 +23,11 @@
"private": true,
"license": "MIT",
"dependencies": {
- "@babel/runtime": "7.14.0",
- "@fontsource/open-sans": "4.4.2",
+ "@babel/runtime": "7.14.5",
+ "@fontsource/open-sans": "4.4.5",
"@fontsource/roboto-mono": "4.4.2",
"@hsjs/react-cache": "0.0.0-alpha.aa94237",
"@reach/tooltip": "0.15.0",
- "@sentry/browser": "6.5.1",
"chart.js": "2.9.4",
"clsx": "^1.1.0",
"core-js": "3.14.0",
@@ -38,7 +37,7 @@
"i18next": "20.3.1",
"i18next-browser-languagedetector": "6.1.1",
"i18next-http-backend": "1.2.6",
- "immer": "9.0.2",
+ "immer": "9.0.3",
"invariant": "^2.2.4",
"lodash-es": "^4.17.21",
"memoize-one": "5.2.1",
@@ -50,7 +49,7 @@
"react-i18next": "11.10.0",
"react-icons": "^4.2.0",
"react-modal": "3.14.2",
- "react-query": "3.16.1",
+ "react-query": "3.17.0",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-switch": "^6.0.0",
@@ -61,7 +60,7 @@
"recoil": "0.3.1",
"regenerator-runtime": "^0.13.7",
"reselect": "^4.0.0",
- "tslib": "2.2.0",
+ "tslib": "2.3.0",
"workbox-core": "6.1.5",
"workbox-expiration": "6.1.5",
"workbox-precaching": "6.1.5",
@@ -72,16 +71,16 @@
"@types/invariant": "^2.2.33",
"@types/jest": "26.0.23",
"@types/lodash-es": "^4.17.4",
- "@types/react": "17.0.9",
- "@types/react-dom": "17.0.6",
+ "@types/react": "17.0.11",
+ "@types/react-dom": "17.0.7",
"@types/react-modal": "^3.12.0",
"@types/react-tabs": "^2.3.2",
"@types/react-window": "1.8.3",
- "@typescript-eslint/eslint-plugin": "4.26.0",
- "@typescript-eslint/parser": "4.26.0",
+ "@typescript-eslint/eslint-plugin": "4.26.1",
+ "@typescript-eslint/parser": "4.26.1",
"@vitejs/plugin-react-refresh": "1.3.3",
"autoprefixer": "10.2.6",
- "cssnano": "5.0.5",
+ "cssnano": "5.0.6",
"eslint": "7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "8.3.0",
@@ -93,7 +92,7 @@
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-simple-import-sort": "^7.0.0",
- "postcss": "8.3.0",
+ "postcss": "8.3.2",
"postcss-custom-media": "^8.0.0",
"postcss-import": "14.0.2",
"postcss-simple-vars": "^6.0.3",
@@ -101,7 +100,7 @@
"resize-observer-polyfill": "^1.5.1",
"sass": "1.34.1",
"typescript": "4.3.2",
- "vite": "2.3.6",
- "vite-plugin-pwa": "0.7.3"
+ "vite": "2.3.7",
+ "vite-plugin-pwa": "0.8.1"
}
}