mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: bump version (#2211)
This commit is contained in:
@@ -71,10 +71,8 @@ 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),
|
||||
|
||||
@@ -65,13 +65,13 @@
|
||||
"@vanilla-extract/next-plugin": "^2.1.2",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-next": "^13.3.4",
|
||||
"next": "^13.3.4",
|
||||
"eslint-config-next": "^13.3.5-canary.3",
|
||||
"next": "^13.3.5-canary.3",
|
||||
"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.17",
|
||||
"swc-plugin-coverage-instrument": "^0.0.18",
|
||||
"typescript": "^5.0.4",
|
||||
"webpack": "^5.81.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user