mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 15:53:53 +03:00
chore: bump version (#1775)
This commit is contained in:
parent
cf56fc9551
commit
e02ab36aae
@ -14,10 +14,10 @@
|
||||
"build:app": "tauri build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/editor": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/icons": "2.0.23",
|
||||
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/blocks": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/editor": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/icons": "2.1.2",
|
||||
"@blocksuite/store": "0.5.0-20230326033652-70ca43c",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
@ -38,7 +38,7 @@
|
||||
"lit": "^2.7.0",
|
||||
"prettier": "2.8.7",
|
||||
"rimraf": "^4.4.1",
|
||||
"typescript": "^5.0.2",
|
||||
"typescript": "^5.0.3",
|
||||
"typesync": "^0.10.0",
|
||||
"vite": "^4.2.1",
|
||||
"zx": "^7.2.1"
|
||||
|
@ -37,7 +37,7 @@
|
||||
"@electron-forge/shared-types": "^6.1.0",
|
||||
"@electron/rebuild": "^3.2.10",
|
||||
"dts-for-context-bridge": "^0.7.1",
|
||||
"electron": "23.2.0",
|
||||
"electron": "23.2.1",
|
||||
"esbuild": "^0.17.14",
|
||||
"zx": "^7.2.1"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -17,16 +17,16 @@
|
||||
"@affine/jotai": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@affine/workspace": "workspace:*",
|
||||
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/editor": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/icons": "^2.1.0",
|
||||
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/blocks": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/editor": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/icons": "^2.1.2",
|
||||
"@blocksuite/store": "0.5.0-20230326033652-70ca43c",
|
||||
"@emotion/cache": "^11.10.5",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/material": "^5.11.15",
|
||||
"@sentry/nextjs": "^7.45.0",
|
||||
"@sentry/nextjs": "^7.46.0",
|
||||
"cmdk": "^0.2.0",
|
||||
"css-spring": "^4.1.0",
|
||||
"dayjs": "^1.11.7",
|
||||
@ -38,7 +38,7 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"react-is": "^18.2.0",
|
||||
"swr": "^2.1.1",
|
||||
"y-indexeddb": "^9.0.9",
|
||||
"y-indexeddb": "^9.0.10",
|
||||
"y-protocols": "^1.0.5",
|
||||
"yjs": "^13.5.51",
|
||||
"zod": "^3.21.4"
|
||||
@ -61,7 +61,7 @@
|
||||
"raw-loader": "^4.0.2",
|
||||
"redux": "^4.2.1",
|
||||
"swc-plugin-coverage-instrument": "=0.0.14",
|
||||
"typescript": "^5.0.2",
|
||||
"webpack": "^5.76.3"
|
||||
"typescript": "^5.0.3",
|
||||
"webpack": "^5.77.0"
|
||||
}
|
||||
}
|
||||
|
@ -40,10 +40,10 @@
|
||||
"@affine/cli": "workspace:*",
|
||||
"@faker-js/faker": "^7.6.0",
|
||||
"@istanbuljs/schema": "^0.1.3",
|
||||
"@perfsee/sdk": "^1.5.1",
|
||||
"@perfsee/sdk": "^1.5.2",
|
||||
"@playwright/test": "^1.32.1",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/eslint": "^8.21.3",
|
||||
"@types/eslint": "^8.37.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
||||
"@typescript-eslint/parser": "^5.57.0",
|
||||
@ -69,7 +69,7 @@
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"serve": "^14.2.0",
|
||||
"typescript": "^5.0.2",
|
||||
"typescript": "^5.0.3",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-istanbul": "^4.0.1",
|
||||
"vitest": "^0.29.8",
|
||||
|
@ -16,11 +16,11 @@
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@affine/jotai": "workspace:*",
|
||||
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/editor": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/global": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/icons": "2.0.23",
|
||||
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/blocks": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/editor": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/global": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/icons": "2.1.2",
|
||||
"@blocksuite/store": "0.5.0-20230326033652-70ca43c",
|
||||
"@emotion/cache": "^11.10.5",
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/server": "^11.10.0",
|
||||
@ -36,24 +36,24 @@
|
||||
"react-is": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "7.0.0-rc.9",
|
||||
"@storybook/addon-essentials": "7.0.0-rc.9",
|
||||
"@storybook/addon-interactions": "7.0.0-rc.9",
|
||||
"@storybook/addon-links": "7.0.0-rc.9",
|
||||
"@storybook/builder-vite": "7.0.0-rc.9",
|
||||
"@storybook/addon-actions": "7.0.0",
|
||||
"@storybook/addon-essentials": "7.0.0",
|
||||
"@storybook/addon-interactions": "7.0.0",
|
||||
"@storybook/addon-links": "7.0.0",
|
||||
"@storybook/builder-vite": "7.0.0",
|
||||
"@storybook/jest": "0.0.10",
|
||||
"@storybook/react": "7.0.0-rc.9",
|
||||
"@storybook/react-vite": "7.0.0-rc.9",
|
||||
"@storybook/test-runner": "0.10.0-next.11",
|
||||
"@storybook/testing-library": "0.0.14-next.1",
|
||||
"@storybook/react": "7.0.0",
|
||||
"@storybook/react-vite": "7.0.0",
|
||||
"@storybook/test-runner": "0.10.0-next.12",
|
||||
"@storybook/testing-library": "0.0.14-next.2",
|
||||
"@types/react": "^18.0.31",
|
||||
"@types/react-dnd": "^3.0.2",
|
||||
"@types/react-dom": "18.0.11",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"jest-mock": "^29.5.0",
|
||||
"storybook": "7.0.0-rc.9",
|
||||
"storybook": "7.0.0",
|
||||
"storybook-dark-mode-v7": "3.0.0-alpha.0",
|
||||
"typescript": "^5.0.2",
|
||||
"typescript": "^5.0.3",
|
||||
"vite": "^4.2.1",
|
||||
"yjs": "^13.5.51"
|
||||
}
|
||||
|
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@ -14,7 +14,7 @@
|
||||
"./constant": "./src/constant.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/global": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/global": "0.5.0-20230326033652-70ca43c",
|
||||
"lit": "^2.7.0"
|
||||
}
|
||||
}
|
||||
|
10
packages/env/src/index.ts
vendored
10
packages/env/src/index.ts
vendored
@ -121,9 +121,13 @@ export const publicRuntimeConfigSchema = z.object({
|
||||
|
||||
export type PublicRuntimeConfig = z.infer<typeof publicRuntimeConfigSchema>;
|
||||
|
||||
const { publicRuntimeConfig: config } = getConfig() as {
|
||||
publicRuntimeConfig: PublicRuntimeConfig;
|
||||
};
|
||||
const { publicRuntimeConfig: config } =
|
||||
getConfig() ??
|
||||
({
|
||||
publicRuntimeConfig: {},
|
||||
} as {
|
||||
publicRuntimeConfig: PublicRuntimeConfig;
|
||||
});
|
||||
|
||||
publicRuntimeConfigSchema.parse(config);
|
||||
|
||||
|
@ -38,6 +38,6 @@
|
||||
"prettier": "^2.8.7",
|
||||
"react-dom": "^18.2.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.2"
|
||||
"typescript": "^5.0.3"
|
||||
}
|
||||
}
|
||||
|
@ -15,9 +15,9 @@
|
||||
"@affine/component": "workspace:*",
|
||||
"@affine/debug": "workspace:*",
|
||||
"@affine/env": "workspace:*",
|
||||
"@blocksuite/blocks": "0.5.0-20230324040005-14417c2",
|
||||
"@blocksuite/store": "0.5.0-20230324040005-14417c2",
|
||||
"firebase": "^9.18.0",
|
||||
"@blocksuite/blocks": "0.5.0-20230326033652-70ca43c",
|
||||
"@blocksuite/store": "0.5.0-20230326033652-70ca43c",
|
||||
"firebase": "^9.19.1",
|
||||
"jotai": "^2.0.3",
|
||||
"js-base64": "^3.7.5",
|
||||
"ky": "^0.33.3",
|
||||
|
Loading…
Reference in New Issue
Block a user