chore: bump version (#2423)

This commit is contained in:
Himself65
2023-05-17 15:02:55 -07:00
committed by GitHub
parent 02e1f528bf
commit 6c310249d9
9 changed files with 739 additions and 713 deletions
+2 -2
View File
@@ -43,8 +43,8 @@
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.1",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"electron": "24.3.0", "electron": "24.3.1",
"electron-log": "^5.0.0-beta.23", "electron-log": "^5.0.0-beta.24",
"electron-squirrel-startup": "1.0.0", "electron-squirrel-startup": "1.0.0",
"electron-window-state": "^5.0.3", "electron-window-state": "^5.0.3",
"esbuild": "^0.17.19", "esbuild": "^0.17.19",
+8 -8
View File
@@ -16,35 +16,35 @@
"dependencies": { "dependencies": {
"@apollo/server": "^4.7.1", "@apollo/server": "^4.7.1",
"@nestjs/apollo": "^11.0.5", "@nestjs/apollo": "^11.0.5",
"@nestjs/common": "^9.4.0", "@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.0", "@nestjs/core": "^9.4.1",
"@nestjs/graphql": "^11.0.5", "@nestjs/graphql": "^11.0.5",
"@nestjs/platform-express": "^9.4.0", "@nestjs/platform-express": "^9.4.1",
"@node-rs/bcrypt": "^1.7.1", "@node-rs/bcrypt": "^1.7.1",
"@prisma/client": "^4.14.0", "@prisma/client": "^4.14.1",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.18.2", "express": "^4.18.2",
"graphql": "^16.6.0", "graphql": "^16.6.0",
"graphql-type-json": "^0.3.2", "graphql-type-json": "^0.3.2",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"prisma": "^4.14.0", "prisma": "^4.14.1",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1" "rxjs": "^7.8.1"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/testing": "^9.4.0", "@nestjs/testing": "^9.4.1",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2", "@types/jsonwebtoken": "^9.0.2",
"@types/lodash-es": "^4.17.7", "@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.9", "@types/node": "^18.16.12",
"@types/supertest": "^2.0.12", "@types/supertest": "^2.0.12",
"c8": "^7.13.0", "c8": "^7.13.0",
"nodemon": "^2.0.22", "nodemon": "^2.0.22",
"supertest": "^6.3.3", "supertest": "^6.3.3",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vitest": "^0.31.0" "vitest": "^0.31.1"
}, },
"nodemonConfig": { "nodemonConfig": {
"exec": "node", "exec": "node",
+3 -3
View File
@@ -31,9 +31,9 @@
"@emotion/react": "^11.11.0", "@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0", "@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.0", "@mui/material": "^5.13.1",
"@react-hookz/web": "^23.0.0", "@react-hookz/web": "^23.0.0",
"@sentry/nextjs": "^7.51.2", "@sentry/nextjs": "^7.52.1",
"@toeverything/hooks": "workspace:*", "@toeverything/hooks": "workspace:*",
"cmdk": "^0.2.0", "cmdk": "^0.2.0",
"css-spring": "^4.1.0", "css-spring": "^4.1.0",
@@ -76,7 +76,7 @@
"redux": "^4.2.1", "redux": "^4.2.1",
"swc-plugin-coverage-instrument": "^0.0.18", "swc-plugin-coverage-instrument": "^0.0.18",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"webpack": "^5.82.1" "webpack": "^5.83.1"
}, },
"stableVersion": "0.0.0" "stableVersion": "0.0.0"
} }
+9 -9
View File
@@ -46,7 +46,7 @@
"@affine/cli": "workspace:*", "@affine/cli": "workspace:*",
"@commitlint/cli": "^17.6.3", "@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3", "@commitlint/config-conventional": "^17.6.3",
"@faker-js/faker": "^8.0.0", "@faker-js/faker": "^8.0.1",
"@istanbuljs/schema": "^0.1.3", "@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0", "@magic-works/i18n-codegen": "^0.5.0",
"@perfsee/sdk": "^1.6.0", "@perfsee/sdk": "^1.6.0",
@@ -54,13 +54,13 @@
"@taplo/cli": "^0.5.2", "@taplo/cli": "^0.5.2",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/eslint": "^8.37.0", "@types/eslint": "^8.37.0",
"@types/node": "^18.16.9", "@types/node": "^18.16.12",
"@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.5", "@typescript-eslint/parser": "^5.59.6",
"@vanilla-extract/vite-plugin": "^3.8.0", "@vanilla-extract/vite-plugin": "^3.8.1",
"@vitejs/plugin-react": "^4.0.0", "@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-istanbul": "^0.31.0", "@vitest/coverage-istanbul": "^0.31.1",
"@vitest/ui": "^0.31.0", "@vitest/ui": "^0.31.1",
"eslint": "^8.40.0", "eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
@@ -83,10 +83,10 @@
"react-dom": "18.3.0-canary-16d053d59-20230506", "react-dom": "18.3.0-canary-16d053d59-20230506",
"serve": "^14.2.0", "serve": "^14.2.0",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.5", "vite": "^4.3.7",
"vite-plugin-istanbul": "^4.0.1", "vite-plugin-istanbul": "^4.0.1",
"vite-tsconfig-paths": "^4.2.0", "vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.0", "vitest": "^0.31.1",
"vitest-fetch-mock": "^0.2.2", "vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.1.3" "vitest-mock-extended": "^1.1.3"
}, },
+13 -13
View File
@@ -31,9 +31,9 @@
"@emotion/react": "^11.11.0", "@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0", "@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.0", "@mui/base": "5.0.0-beta.1",
"@mui/icons-material": "^5.11.16", "@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0", "@mui/material": "^5.13.1",
"@popperjs/core": "^2.11.7", "@popperjs/core": "^2.11.7",
"@radix-ui/react-avatar": "^1.0.2", "@radix-ui/react-avatar": "^1.0.2",
"@toeverything/hooks": "workspace:*", "@toeverything/hooks": "workspace:*",
@@ -56,17 +56,17 @@
"@blocksuite/icons": "^2.1.16", "@blocksuite/icons": "^2.1.16",
"@blocksuite/lit": "0.0.0-20230517102216-36bda4ab-nightly", "@blocksuite/lit": "0.0.0-20230517102216-36bda4ab-nightly",
"@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly", "@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly",
"@storybook/addon-actions": "^7.0.11", "@storybook/addon-actions": "^7.0.12",
"@storybook/addon-coverage": "^0.0.8", "@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-essentials": "^7.0.11", "@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-interactions": "^7.0.11", "@storybook/addon-interactions": "^7.0.12",
"@storybook/addon-links": "^7.0.11", "@storybook/addon-links": "^7.0.12",
"@storybook/addon-storysource": "^7.0.11", "@storybook/addon-storysource": "^7.0.12",
"@storybook/blocks": "^7.0.11", "@storybook/blocks": "^7.0.12",
"@storybook/builder-vite": "^7.0.11", "@storybook/builder-vite": "^7.0.12",
"@storybook/jest": "^0.1.0", "@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.11", "@storybook/react": "^7.0.12",
"@storybook/react-vite": "^7.0.11", "@storybook/react-vite": "^7.0.12",
"@storybook/test-runner": "^0.10.0", "@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0", "@storybook/testing-library": "^0.1.0",
"@types/react": "^18.2.6", "@types/react": "^18.2.6",
@@ -77,10 +77,10 @@
"concurrently": "^8.0.1", "concurrently": "^8.0.1",
"jest-mock": "^29.5.0", "jest-mock": "^29.5.0",
"serve": "^14.2.0", "serve": "^14.2.0",
"storybook": "^7.0.11", "storybook": "^7.0.12",
"storybook-dark-mode": "^3.0.0", "storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.5", "vite": "^4.3.7",
"wait-on": "^7.0.1", "wait-on": "^7.0.1",
"yjs": "^13.6.1" "yjs": "^13.6.1"
}, },
+1 -1
View File
@@ -32,7 +32,7 @@
"react-i18next": "^12.2.2" "react-i18next": "^12.2.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.16.9", "@types/node": "^18.16.12",
"@types/prettier": "^2.7.2", "@types/prettier": "^2.7.2",
"next": "^13.4.2", "next": "^13.4.2",
"prettier": "^2.8.8", "prettier": "^2.8.8",
+1 -1
View File
@@ -16,7 +16,7 @@
"license": "MPL-2.0", "license": "MPL-2.0",
"devDependencies": { "devDependencies": {
"@napi-rs/cli": "^2.15.2", "@napi-rs/cli": "^2.15.2",
"@types/node": "^18.16.9", "@types/node": "^18.16.12",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"rxjs": "^7.8.1", "rxjs": "^7.8.1",
+1 -1
View File
@@ -30,7 +30,7 @@
"devDependencies": { "devDependencies": {
"@blocksuite/blocks": "0.0.0-20230517102216-36bda4ab-nightly", "@blocksuite/blocks": "0.0.0-20230517102216-36bda4ab-nightly",
"@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly", "@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly",
"vite": "^4.3.5", "vite": "^4.3.7",
"vite-plugin-dts": "^2.3.0", "vite-plugin-dts": "^2.3.0",
"y-indexeddb": "^9.0.11" "y-indexeddb": "^9.0.11"
}, },
+701 -675
View File
File diff suppressed because it is too large Load Diff