chore: bump version (#3333)

This commit is contained in:
Alex Yang
2023-07-21 00:39:16 +08:00
committed by GitHub
parent e3a6204f2d
commit ecf6f98858
24 changed files with 3004 additions and 4032 deletions

View File

@@ -59,12 +59,12 @@
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@affine/cli": "workspace:*",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@faker-js/faker": "^8.0.2",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0",
"@nx/vite": "16.4.3",
"@nx/vite": "16.5.3",
"@perfsee/sdk": "^1.8.3",
"@playwright/test": "^1.35.1",
"@taplo/cli": "^0.5.2",
@@ -73,13 +73,13 @@
"@toeverything/plugin-infra": "workspace:*",
"@types/eslint": "^8.40.2",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vanilla-extract/vite-plugin": "^3.8.2",
"@vanilla-extract/webpack-plugin": "^2.2.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-istanbul": "^0.32.2",
"@vitest/ui": "^0.32.2",
"@vitest/coverage-istanbul": "^0.33.0",
"@vitest/ui": "^0.33.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-i": "^2.27.5-3",
@@ -91,13 +91,13 @@
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fake-indexeddb": "4.0.1",
"happy-dom": "^9.20.3",
"happy-dom": "^10.5.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"madge": "^6.1.0",
"msw": "^1.2.2",
"nanoid": "^4.0.2",
"nx": "16.4.3",
"nx": "16.5.3",
"nx-cloud": "latest",
"nyc": "^15.1.0",
"prettier": "^3.0.0",
@@ -105,13 +105,13 @@
"serve": "^14.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite": "^4.4.4",
"vite-plugin-istanbul": "^4.1.0",
"vite-plugin-static-copy": "^0.17.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.2",
"vitest": "^0.33.0",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.1.3"
"vitest-mock-extended": "^1.1.4"
},
"packageManager": "yarn@3.6.0"
}