chore: bump version (#2542)

This commit is contained in:
Himself65
2023-05-26 15:47:45 +08:00
parent f982120a1f
commit b2da7cdff5
10 changed files with 1125 additions and 997 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
"zx": "^7.2.2"
},
"dependencies": {
"better-sqlite3": "^8.3.0",
"better-sqlite3": "^8.4.0",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"electron-updater": "^5.3.0",
+6 -6
View File
@@ -15,11 +15,11 @@
},
"dependencies": {
"@apollo/server": "^4.7.1",
"@nestjs/apollo": "^11.0.5",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/graphql": "^11.0.5",
"@nestjs/platform-express": "^9.4.1",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/graphql": "^11.0.6",
"@nestjs/platform-express": "^9.4.2",
"@node-rs/bcrypt": "^1.7.1",
"@prisma/client": "^4.14.1",
"dotenv": "^16.0.3",
@@ -33,7 +33,7 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/testing": "^9.4.1",
"@nestjs/testing": "^9.4.2",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash-es": "^4.17.7",
+6 -6
View File
@@ -30,9 +30,9 @@
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.1",
"@react-hookz/web": "^23.0.0",
"@sentry/nextjs": "^7.52.1",
"@mui/material": "^5.13.2",
"@react-hookz/web": "^23.0.1",
"@sentry/nextjs": "^7.53.1",
"@toeverything/hooks": "workspace:*",
"cmdk": "^0.2.0",
"css-spring": "^4.1.0",
@@ -64,8 +64,8 @@
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/next-plugin": "^2.1.2",
"dotenv": "^16.0.3",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"eslint-plugin-unicorn": "^47.0.0",
"next": "^13.4.2",
"next-debug-local": "^0.1.5",
@@ -74,7 +74,7 @@
"redux": "^4.2.1",
"swc-plugin-coverage-instrument": "^0.0.18",
"typescript": "^5.0.4",
"webpack": "^5.83.1"
"webpack": "^5.84.1"
},
"stableVersion": "0.0.0"
}