chore: bump version (#2681)

This commit is contained in:
Himself65 2023-06-05 01:00:41 +08:00 committed by GitHub
parent b95808a052
commit b461a684ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}

View File

@ -53,7 +53,7 @@
"@faker-js/faker": "^8.0.2",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0",
"@perfsee/sdk": "^1.6.0",
"@perfsee/sdk": "^1.8.1",
"@playwright/test": "=1.33.0",
"@taplo/cli": "^0.5.2",
"@testing-library/react": "^14.0.0",
@ -63,9 +63,9 @@
"@typescript-eslint/parser": "^5.59.8",
"@vanilla-extract/vite-plugin": "^3.8.2",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-istanbul": "^0.31.2",
"@vitest/ui": "^0.31.2",
"eslint": "^8.41.0",
"@vitest/coverage-istanbul": "^0.31.4",
"@vitest/ui": "^0.31.4",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
@ -79,7 +79,7 @@
"happy-dom": "^9.20.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"madge": "^6.0.0",
"madge": "^6.1.0",
"msw": "^1.2.1",
"nanoid": "^4.0.2",
"nyc": "^15.1.0",
@ -91,7 +91,7 @@
"vite": "^4.3.9",
"vite-plugin-istanbul": "^4.1.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.2",
"vitest": "^0.31.4",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.1.3"
},

View File

@ -13,7 +13,7 @@
"@clack/prompts": "^0.6.3"
},
"dependencies": {
"dotenv": "^16.1.1"
"dotenv": "^16.1.4"
},
"version": "0.7.0-canary.8"
}

View File

@ -43,9 +43,9 @@
"@toeverything/theme": "^0.6.1",
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"jotai": "^2.1.0",
"lit": "^2.7.4",
"dayjs": "^1.11.8",
"jotai": "^2.1.1",
"lit": "^2.7.5",
"lottie-web": "^5.12.0",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506",
@ -78,7 +78,7 @@
"@types/react-dom": "18.2.4",
"@vanilla-extract/css": "^1.11.0",
"@vitejs/plugin-react": "^4.0.0",
"concurrently": "^8.0.1",
"concurrently": "^8.1.0",
"jest-mock": "^29.5.0",
"serve": "^14.2.0",
"storybook": "^7.0.18",

View File

@ -20,7 +20,7 @@
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly"
},
"dependencies": {
"lit": "^2.7.4"
"lit": "^2.7.5"
},
"version": "0.7.0-canary.8"
}

View File

@ -11,7 +11,7 @@
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "4.0.0",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@types/lodash-es": "^4.17.7",

View File

@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/prettier": "^2.7.2",
"@types/prettier": "^2.7.3",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"

View File

@ -4,7 +4,7 @@
"main": "./src/index.ts",
"dependencies": {
"@affine/env": "workspace:*",
"jotai": "^2.1.0"
"jotai": "^2.1.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230601122821-16196c35-nightly",

View File

@ -20,7 +20,7 @@
"@blocksuite/store": "0.0.0-20230601122821-16196c35-nightly"
},
"devDependencies": {
"jotai": "^2.1.0"
"jotai": "^2.1.1"
},
"peerDependencies": {
"@blocksuite/blocks": "*",

View File

@ -24,7 +24,7 @@
"@toeverything/hooks": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*",
"firebase": "^9.22.1",
"jotai": "^2.1.0",
"jotai": "^2.1.1",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
"lib0": "^0.2.78",

View File

@ -14,8 +14,8 @@
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"idb": "^7.1.1",
"jotai": "^2.1.0",
"langchain": "^0.0.86",
"jotai": "^2.1.1",
"langchain": "^0.0.90",
"marked": "^5.0.4",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506"

484
yarn.lock

File diff suppressed because it is too large Load Diff