Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Feb 19, 2024
1 parent ddf8d94 commit 335fa70
Show file tree
Hide file tree
Showing 26 changed files with 937 additions and 909 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions common/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"dependencies": {
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-istanbul": "^1.2.2",
"@vitest/coverage-istanbul": "^1.3.0",
"happy-dom": "^13.3.8",
"vite": "^5.0.12",
"vite": "^5.1.3",
"vite-plugin-dts": "^3.7.2",
"vitest": "^1.2.1"
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@univerjs/shared": "workspace:*",
"esbuild": "^0.20.0",
"esbuild-plugin-clean": "^1.0.1",
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.4",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@playwright/test": "^1.41.2",
"@release-it-plugins/workspaces": "^4.2.0",
"@release-it/conventional-changelog": "^8.0.1",
"@storybook/addon-docs": "^7.6.10",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-vite": "^7.6.10",
"@storybook/addon-docs": "^7.6.16",
"@storybook/addon-essentials": "^7.6.16",
"@storybook/addon-interactions": "^7.6.16",
"@storybook/addon-links": "^7.6.16",
"@storybook/blocks": "^7.6.16",
"@storybook/react": "^7.6.16",
"@storybook/react-vite": "^7.6.16",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.11.16",
"@types/react": "^18.2.53",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@typescript-eslint/parser": "^7.0.1",
"@univerjs/design": "workspace:*",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
Expand All @@ -53,13 +53,13 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"release-it": "^17.1.1",
"storybook": "^7.6.10",
"turbo": "^1.12.2",
"storybook": "^7.6.16",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
},
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"dayjs": "^1.11.10",
"nanoid": "5.0.4",
"nanoid": "5.0.5",
"numeral": "^2.0.6"
},
"devDependencies": {
Expand All @@ -67,7 +67,7 @@
"@wendellhu/redi": "^0.13.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
12 changes: 6 additions & 6 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rxjs": "^7.8.1"
},
"dependencies": {
"@rc-component/color-picker": "^1.5.1",
"@rc-component/color-picker": "^1.5.2",
"@rc-component/trigger": "^1.18.3",
"@univerjs/icons": "^0.1.28",
"rc-dialog": "^9.3.4",
Expand All @@ -72,9 +72,9 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-transition-group": "^4.4.10",
"@univerjs/shared": "workspace:*",
"clsx": "^2.1.0",
Expand All @@ -83,7 +83,7 @@
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/docs-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react": "^18.2.56",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/docs": "workspace:*",
Expand All @@ -74,7 +74,7 @@
"react": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"less": "^4.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/engine-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"less": "^4.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/engine-numfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@univerjs/core": "workspace:*",
"@univerjs/shared": "workspace:*",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/engine-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"less": "^4.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@wendellhu/redi": "^0.13.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/find-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@univerjs/icons": "^0.1.28"
},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react": "^18.2.56",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/shared": "workspace:*",
Expand All @@ -69,7 +69,7 @@
"react": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@wendellhu/redi": "^0.13.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@wendellhu/redi": "^0.13.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/sheets-find-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react": "^18.2.56",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/engine-render": "workspace:*",
Expand All @@ -77,7 +77,7 @@
"less": "^4.2.0",
"react": "^18.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/sheets-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@univerjs/icons": "^0.1.28"
},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react": "^18.2.56",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/docs": "workspace:*",
Expand All @@ -79,7 +79,7 @@
"react": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/sheets-numfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@univerjs/icons": "^0.1.28"
},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react": "^18.2.56",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/engine-numfmt": "workspace:*",
Expand All @@ -81,7 +81,7 @@
"react": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/sheets-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@univerjs/icons": "^0.1.28"
},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react": "^18.2.56",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/docs": "workspace:*",
Expand All @@ -85,7 +85,7 @@
"react": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/sheets-zen-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/sheets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"less": "^4.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/slides-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react": "^18.2.56",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/engine-render": "workspace:*",
Expand All @@ -67,7 +67,7 @@
"less": "^4.2.0",
"react": "^18.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/slides/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@wendellhu/redi": "^0.13.0",
"less": "^4.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"rc-util": "^5.38.1"
},
"devDependencies": {
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-transition-group": "^4.4.10",
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
Expand All @@ -83,7 +83,7 @@
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vite": "^5.1.3",
"vitest": "^1.3.0"
}
}
Loading

0 comments on commit 335fa70

Please sign in to comment.