chore: bump version (#4025)

This commit is contained in:
Alex Yang
2023-08-29 18:21:18 -05:00
committed by GitHub
parent 800f3c3cb6
commit 60bdeebcc6
19 changed files with 407 additions and 306 deletions
+4 -4
View File
@@ -26,9 +26,9 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.12",
"@mui/icons-material": "^5.14.6",
"@mui/material": "^5.14.6",
"@mui/base": "5.0.0-beta.13",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.7",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
@@ -36,7 +36,7 @@
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@toeverything/hooks": "workspace:*",
"@toeverything/theme": "^0.7.12",
"@toeverything/theme": "^0.7.13",
"@vanilla-extract/dynamic": "^2.0.3",
"check-password-strength": "^2.0.7",
"clsx": "^2.0.0",
+1 -1
View File
@@ -16,7 +16,7 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.8",
"lodash-es": "^4.17.21",
"prettier": "^3.0.2"
"prettier": "^3.0.3"
},
"scripts": {
"postinstall": "gql-gen"
+2 -2
View File
@@ -31,9 +31,9 @@
"react-i18next": "^13.1.2"
},
"devDependencies": {
"@types/node": "^18.17.11",
"@types/node": "^18.17.12",
"@types/prettier": "^3.0.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
+1 -1
View File
@@ -19,7 +19,7 @@
"license": "MPL-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.16.2",
"@types/node": "^18.17.11",
"@types/node": "^18.17.12",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"rxjs": "^7.8.1",
+1 -1
View File
@@ -14,7 +14,7 @@
"@swc/core": "^1.3.80",
"@toeverything/infra": "workspace:^",
"@vanilla-extract/rollup-plugin": "^1.3.0",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"rollup": "^3.28.1",
"rollup-plugin-swc3": "^0.10.1",
"ts-node": "^10.9.1"
+1 -1
View File
@@ -29,7 +29,7 @@
"lib0": "^0.2.83",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io-client": "^4.7.1",
"socket.io-client": "^4.7.2",
"swr": "2.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.6.7",