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
13 changed files with 672 additions and 661 deletions

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"
},