mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: bump version (#1863)
This commit is contained in:
25
package.json
25
package.json
@@ -47,13 +47,13 @@
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/eslint": "^8.37.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
||||
"@typescript-eslint/parser": "^5.57.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
||||
"@typescript-eslint/parser": "^5.58.0",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.0",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"@vitest/coverage-istanbul": "^0.29.8",
|
||||
"@vitest/ui": "^0.29.8",
|
||||
"eslint": "^8.37.0",
|
||||
"@vitest/coverage-istanbul": "^0.30.0",
|
||||
"@vitest/ui": "^0.30.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
@@ -62,9 +62,9 @@
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"fake-indexeddb": "4.0.1",
|
||||
"got": "^12.6.0",
|
||||
"happy-dom": "^9.1.7",
|
||||
"happy-dom": "^9.1.9",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.2.0",
|
||||
"lint-staged": "^13.2.1",
|
||||
"msw": "^1.2.1",
|
||||
"nanoid": "^4.0.2",
|
||||
"nyc": "^15.1.0",
|
||||
@@ -72,12 +72,17 @@
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"serve": "^14.2.0",
|
||||
"typescript": "^5.0.3",
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-istanbul": "^4.0.1",
|
||||
"vite-tsconfig-paths": "^4.0.8",
|
||||
"vitest": "^0.29.8",
|
||||
"vite-tsconfig-paths": "^4.0.9",
|
||||
"vitest": "^0.30.0",
|
||||
"vitest-fetch-mock": "^0.2.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"lit": "^2.7.2",
|
||||
"idb": "^7.1.1",
|
||||
"@emotion/cache": "^11.10.7"
|
||||
},
|
||||
"packageManager": "yarn@3.5.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user