chore: bump version (#2210)

This commit is contained in:
Himself65 2023-05-02 16:50:58 -05:00 committed by GitHub
parent 4eff5f3c38
commit 12b61d34c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 672 additions and 661 deletions

View File

@ -47,7 +47,7 @@
"playwright": "^1.33.0",
"ts-node": "^10.9.1",
"undici": "^5.22.0",
"zx": "^7.2.1"
"zx": "^7.2.2"
},
"dependencies": {
"better-sqlite3": "^8.3.0",

View File

@ -14,7 +14,7 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@apollo/server": "^4.7.0",
"@apollo/server": "^4.7.1",
"@nestjs/apollo": "^11.0.5",
"@nestjs/common": "^9.4.0",
"@nestjs/core": "^9.4.0",
@ -38,7 +38,7 @@
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.2",
"@types/node": "^18.16.3",
"@types/supertest": "^2.0.12",
"c8": "^7.13.0",
"nodemon": "^2.0.22",

View File

@ -71,8 +71,10 @@ const nextConfig = {
unoptimized: true,
},
experimental: {
// we disable swc plugins for now,
// because the @swc/core version is not compatible with plugins
swcPlugins: [
process.env.COVERAGE === 'true' && ['swc-plugin-coverage-instrument', {}],
// process.env.COVERAGE === 'true' && ['swc-plugin-coverage-instrument', {}],
// ['@swc-jotai/debug-label', {}],
// ['@swc-jotai/react-refresh', {}],
].filter(Boolean),

View File

@ -19,18 +19,18 @@
"@affine/jotai": "workspace:*",
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/editor": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/global": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/blocks": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/editor": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/global": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/icons": "^2.1.15",
"@blocksuite/store": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/store": "0.0.0-20230501021333-90d9a4af-nightly",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/cache": "^11.10.8",
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.8",
"@mui/material": "^5.12.2",
"@mui/material": "^5.12.3",
"@react-hookz/web": "^23.0.0",
"@sentry/nextjs": "^7.50.0",
"@toeverything/hooks": "workspace:*",
@ -56,8 +56,8 @@
"@redux-devtools/extension": "^3.2.5",
"@rich-data/viewer": "^2.15.6",
"@sentry/webpack-plugin": "^1.20.1",
"@swc-jotai/debug-label": "^0.0.9",
"@swc-jotai/react-refresh": "^0.0.7",
"@swc-jotai/debug-label": "^0.0.10",
"@swc-jotai/react-refresh": "^0.0.8",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/webpack-env": "^1.18.0",
@ -65,13 +65,13 @@
"@vanilla-extract/next-plugin": "^2.1.2",
"dotenv": "^16.0.3",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"next": "=13.2.3",
"eslint-config-next": "^13.3.4",
"next": "^13.3.4",
"next-debug-local": "^0.1.5",
"next-router-mock": "^0.9.3",
"raw-loader": "^4.0.2",
"redux": "^4.2.1",
"swc-plugin-coverage-instrument": "=0.0.14",
"swc-plugin-coverage-instrument": "^0.0.17",
"typescript": "^5.0.4",
"webpack": "^5.81.0"
},

View File

@ -48,9 +48,9 @@
"@playwright/test": "^1.33.0",
"@testing-library/react": "^14.0.0",
"@types/eslint": "^8.37.0",
"@types/node": "^18.16.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vanilla-extract/vite-plugin": "^3.8.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-istanbul": "^0.30.1",
@ -65,7 +65,7 @@
"eslint-plugin-unused-imports": "^2.0.0",
"fake-indexeddb": "4.0.1",
"got": "^12.6.0",
"happy-dom": "^9.10.1",
"happy-dom": "^9.10.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"msw": "^1.2.1",
@ -76,7 +76,7 @@
"react-dom": "^18.2.0",
"serve": "^14.2.0",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vite": "^4.3.4",
"vite-plugin-istanbul": "^4.0.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1",

View File

@ -30,9 +30,9 @@
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.8",
"@mui/base": "5.0.0-alpha.127",
"@mui/base": "5.0.0-alpha.128",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"@mui/material": "^5.12.3",
"@popperjs/core": "^2.11.7",
"@radix-ui/react-avatar": "^1.0.2",
"@toeverything/hooks": "workspace:*",
@ -48,11 +48,11 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/editor": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/global": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/blocks": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/editor": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/global": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/icons": "^2.1.15",
"@blocksuite/store": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/store": "0.0.0-20230501021333-90d9a4af-nightly",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-essentials": "^7.0.7",
@ -77,7 +77,7 @@
"storybook": "^7.0.7",
"storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vite": "^4.3.4",
"wait-on": "^7.0.1",
"yjs": "^13.6.0"
},

View File

@ -4,8 +4,8 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230429153208-4ac043ec-nightly",
"next": "=13.2.3",
"@blocksuite/global": "0.0.0-20230501021333-90d9a4af-nightly",
"next": "^13.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.4"

View File

@ -31,9 +31,9 @@
"react-i18next": "^12.2.2"
},
"devDependencies": {
"@types/node": "^18.16.2",
"@types/node": "^18.16.3",
"@types/prettier": "^2.7.2",
"next": "=13.2.3",
"next": "^13.3.4",
"prettier": "^2.8.8",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",

View File

@ -7,10 +7,10 @@
"jotai": "^2.0.4"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/editor": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/global": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/store": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/blocks": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/editor": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/global": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/store": "0.0.0-20230501021333-90d9a4af-nightly",
"lottie-web": "^5.11.0"
},
"peerDependencies": {

View File

@ -14,7 +14,7 @@
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.15.2",
"@types/node": "^18.16.2"
"@types/node": "^18.16.3"
},
"engines": {
"node": ">= 10"

View File

@ -21,7 +21,7 @@
}
},
"devDependencies": {
"vite": "^4.3.3",
"vite": "^4.3.4",
"vite-plugin-dts": "^2.3.0"
}
}

View File

@ -28,9 +28,9 @@
"idb": "^7.1.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230429153208-4ac043ec-nightly",
"@blocksuite/store": "0.0.0-20230429153208-4ac043ec-nightly",
"vite": "^4.3.3",
"@blocksuite/blocks": "0.0.0-20230501021333-90d9a4af-nightly",
"@blocksuite/store": "0.0.0-20230501021333-90d9a4af-nightly",
"vite": "^4.3.4",
"vite-plugin-dts": "^2.3.0",
"y-indexeddb": "^9.0.10"
},

1253
yarn.lock

File diff suppressed because it is too large Load Diff