chore: bump version (#2787)

This commit is contained in:
Himself65
2023-06-15 15:03:20 +08:00
committed by GitHub
parent 18fad62f5c
commit 5164c8c1f9
16 changed files with 1470 additions and 831 deletions
+6 -6
View File
@@ -41,18 +41,18 @@
"@electron-forge/maker-squirrel": "^6.1.1",
"@electron-forge/maker-zip": "^6.1.1",
"@electron-forge/shared-types": "^6.1.1",
"@electron/remote": "2.0.9",
"@electron/remote": "2.0.10",
"@toeverything/infra": "workspace:*",
"@types/fs-extra": "^11.0.1",
"@types/uuid": "^9.0.1",
"@types/uuid": "^9.0.2",
"cross-env": "7.0.3",
"electron": "=25.0.1",
"electron": "^25.1.1",
"electron-log": "^5.0.0-beta.24",
"electron-squirrel-startup": "1.0.0",
"electron-window-state": "^5.0.3",
"esbuild": "^0.17.19",
"esbuild": "^0.18.2",
"fs-extra": "^11.1.1",
"jotai": "^2.1.1",
"jotai": "^2.2.0",
"playwright": "=1.33.0",
"ts-node": "^10.9.1",
"undici": "^5.22.1",
@@ -68,7 +68,7 @@
"lodash-es": "^4.17.21",
"nanoid": "^4.0.2",
"rxjs": "^7.8.1",
"yjs": "^13.6.1"
"yjs": "^13.6.2"
},
"build": {
"protocols": [
+8 -8
View File
@@ -14,12 +14,12 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@apollo/server": "^4.7.1",
"@apollo/server": "^4.7.3",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/common": "^9.4.3",
"@nestjs/core": "^9.4.3",
"@nestjs/graphql": "^11.0.6",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/platform-express": "^9.4.3",
"@node-rs/bcrypt": "^1.7.1",
"@prisma/client": "^4.15.0",
"dotenv": "^16.1.4",
@@ -33,18 +33,18 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/testing": "^9.4.2",
"@nestjs/testing": "^9.4.3",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.16",
"@types/node": "^18.16.18",
"@types/supertest": "^2.0.12",
"c8": "^7.14.0",
"c8": "^8.0.0",
"nodemon": "^2.0.22",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vitest": "^0.31.4"
"vitest": "^0.32.0"
},
"nodemonConfig": {
"exec": "node",
+14 -14
View File
@@ -28,57 +28,57 @@
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.3",
"@mui/material": "^5.13.5",
"@react-hookz/web": "^23.0.1",
"@sentry/nextjs": "^7.54.0",
"@sentry/nextjs": "^7.55.2",
"@toeverything/hooks": "workspace:*",
"@toeverything/infra": "workspace:*",
"@toeverything/plugin-infra": "workspace:*",
"cmdk": "^0.2.0",
"css-spring": "^4.1.0",
"graphql": "^16.6.0",
"jotai": "^2.1.1",
"jotai": "^2.2.0",
"jotai-devtools": "^0.5.3",
"lit": "^2.7.5",
"lottie-web": "^5.12.0",
"lottie-web": "^5.12.2",
"next-themes": "^0.2.1",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506",
"react-is": "^18.2.0",
"react-resizable-panels": "^0.0.48",
"react-resizable-panels": "^0.0.51",
"rxjs": "^7.8.1",
"swr": "^2.1.5",
"y-protocols": "^1.0.5",
"yjs": "^13.6.1",
"yjs": "^13.6.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@perfsee/webpack": "^1.8.1",
"@perfsee/webpack": "^1.8.2",
"@redux-devtools/extension": "^3.2.5",
"@rich-data/viewer": "^2.15.6",
"@sentry/webpack-plugin": "^1.20.1",
"@swc-jotai/debug-label": "^0.0.10",
"@swc-jotai/react-refresh": "^0.0.8",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/webpack-env": "^1.18.1",
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/css": "^1.11.1",
"@vanilla-extract/next-plugin": "=2.1.2",
"dotenv": "^16.1.4",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"eslint-config-next": "^13.4.5",
"eslint-plugin-unicorn": "^47.0.0",
"next": "=13.4.2",
"next-debug-local": "^0.1.5",
"next-router-mock": "^0.9.3",
"next-router-mock": "^0.9.6",
"raw-loader": "^4.0.2",
"redux": "^4.2.1",
"swc-plugin-coverage-instrument": "^0.0.18",
"typescript": "^5.1.3",
"webpack": "^5.85.0"
"webpack": "^5.87.0"
},
"stableVersion": "0.0.0"
}