Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Apr 2, 2024
1 parent 24cf59a commit 6a17077
Show file tree
Hide file tree
Showing 8 changed files with 628 additions and 611 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

32 changes: 16 additions & 16 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"build": "tsc && vite build"
},
"dependencies": {
"@univerjs/core": "0.1.3",
"@univerjs/design": "0.1.3",
"@univerjs/docs": "0.1.3",
"@univerjs/docs-ui": "0.1.3",
"@univerjs/engine-formula": "0.1.3",
"@univerjs/engine-numfmt": "0.1.3",
"@univerjs/engine-render": "0.1.3",
"@univerjs/sheets": "0.1.3",
"@univerjs/sheets-formula": "0.1.3",
"@univerjs/sheets-numfmt": "0.1.3",
"@univerjs/sheets-ui": "0.1.3",
"@univerjs/sheets-zen-editor": "0.1.3",
"@univerjs/ui": "0.1.3"
"@univerjs/core": "0.1.5",
"@univerjs/design": "0.1.5",
"@univerjs/docs": "0.1.5",
"@univerjs/docs-ui": "0.1.5",
"@univerjs/engine-formula": "0.1.5",
"@univerjs/engine-numfmt": "0.1.5",
"@univerjs/engine-render": "0.1.5",
"@univerjs/sheets": "0.1.5",
"@univerjs/sheets-formula": "0.1.5",
"@univerjs/sheets-numfmt": "0.1.5",
"@univerjs/sheets-ui": "0.1.5",
"@univerjs/sheets-zen-editor": "0.1.5",
"@univerjs/ui": "0.1.5"
},
"devDependencies": {
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@univerjs/esbuild-plugin": "file:../packages/esbuild-plugin",
"@univerjs/vite-plugin": "file:../packages/vite-plugin",
"@univerjs/webpack-plugin": "file:../packages/webpack-plugin",
Expand All @@ -37,7 +37,7 @@
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite": "^5.2.7",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"release": "release-it"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@antfu/eslint-config": "^2.11.6",
"@release-it-plugins/workspaces": "^4.2.0",
"@release-it/conventional-changelog": "^8.0.1",
"eslint": "^8.57.0",
"lint-staged": "^15.2.2",
"release-it": "^17.1.1",
"simple-git-hooks": "^2.11.0"
"simple-git-hooks": "^2.11.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/node": "^20.12.2",
"jest": "^29.7.0",
"mock-fs": "^5.2.0",
"ts-jest": "^29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "tsc && node ./esbuild.config.js"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/node": "^20.12.2",
"@univerjs/plugin-core": "workspace:*",
"esbuild": "^0.20.2",
"typescript": "^5.4.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"build": "tsc && node ./esbuild.config.js"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/node": "^20.12.2",
"@univerjs/plugin-core": "workspace:*",
"esbuild": "^0.20.2",
"typescript": "^5.4.3",
"vite": "^5.2.2"
"vite": "^5.2.7"
}
}
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/node": "^20.12.2",
"@univerjs/plugin-core": "workspace:*",
"@univerjs/ui": "0.1.0-beta.5",
"css-loader": "^6.10.0",
Expand Down
Loading

0 comments on commit 6a17077

Please sign in to comment.