chore: bump version (#2681)

This commit is contained in:
himself65
2023-06-05 01:00:41 +08:00
parent 2360107b35
commit bac5417ff1
14 changed files with 281 additions and 261 deletions

View File

@@ -42,7 +42,7 @@
"@types/fs-extra": "^11.0.1",
"@types/uuid": "^9.0.1",
"cross-env": "7.0.3",
"electron": "25.0.0",
"electron": "25.0.1",
"electron-log": "^5.0.0-beta.24",
"electron-squirrel-startup": "1.0.0",
"electron-window-state": "^5.0.3",

View File

@@ -22,7 +22,7 @@
"@nestjs/platform-express": "^9.4.2",
"@node-rs/bcrypt": "^1.7.1",
"@prisma/client": "^4.15.0",
"dotenv": "^16.1.1",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-type-json": "^0.3.2",
@@ -44,7 +44,7 @@
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitest": "^0.31.2"
"vitest": "^0.31.4"
},
"nodemonConfig": {
"exec": "node",

View File

@@ -33,15 +33,15 @@
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.3",
"@react-hookz/web": "^23.0.1",
"@sentry/nextjs": "^7.53.1",
"@sentry/nextjs": "^7.54.0",
"@toeverything/hooks": "workspace:*",
"@toeverything/plugin-infra": "workspace:*",
"cmdk": "^0.2.0",
"css-spring": "^4.1.0",
"graphql": "^16.6.0",
"jotai": "^2.1.0",
"jotai": "^2.1.1",
"jotai-devtools": "^0.5.3",
"lit": "^2.7.4",
"lit": "^2.7.5",
"lottie-web": "^5.12.0",
"next-themes": "^0.2.1",
"react": "18.3.0-canary-16d053d59-20230506",
@@ -55,7 +55,7 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@perfsee/webpack": "^1.6.0",
"@perfsee/webpack": "^1.8.1",
"@redux-devtools/extension": "^3.2.5",
"@rich-data/viewer": "^2.15.6",
"@sentry/webpack-plugin": "^1.20.1",
@@ -66,8 +66,8 @@
"@types/webpack-env": "^1.18.1",
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/next-plugin": "=2.1.2",
"dotenv": "^16.1.1",
"eslint": "^8.41.0",
"dotenv": "^16.1.4",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"eslint-plugin-unicorn": "^47.0.0",
"next": "=13.4.2",
@@ -77,7 +77,7 @@
"redux": "^4.2.1",
"swc-plugin-coverage-instrument": "^0.0.18",
"typescript": "^5.0.4",
"webpack": "^5.84.1"
"webpack": "^5.85.0"
},
"stableVersion": "0.0.0"
}