Skip to content

Commit

Permalink
Merge pull request #303 from VisActor/chore/upgrade-dependences
Browse files Browse the repository at this point in the history
chore: upgrade dependence
  • Loading branch information
neuqzxy authored Aug 10, 2023
2 parents 25e137c + 666c6ee commit 9ae3678
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vrender-kits": "workspace:0.12.14",
"@visactor/vutils": "~0.15.0",
"@visactor/vutils": "~0.15.3",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"dat.gui": "^0.7.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vrender-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@visactor/vrender": "workspace:0.14.0",
"@visactor/react-vrender": "workspace:0.12.14",
"@visactor/vutils": "~0.15.0",
"@visactor/vutils": "~0.15.3",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vrender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.0",
"@visactor/vutils": "~0.15.0",
"@visactor/vutils": "~0.15.3",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/vrender-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.0",
"@visactor/vutils": "~0.15.0",
"@visactor/vscale": "~0.15.0",
"@visactor/vutils": "~0.15.3",
"@visactor/vscale": "~0.15.3",
"inversify": "6.0.1"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vscale": "~0.15.0",
"@visactor/vscale": "~0.15.3",
"@types/jest": "^26.0.0",
"jest": "^26.0.0",
"jest-electron": "^0.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/vrender-kits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.0",
"@visactor/vutils": "~0.15.0",
"@visactor/vutils": "~0.15.3",
"@resvg/resvg-js": "2.4.1",
"canvas": "2.11.2",
"inversify": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vrender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts"
},
"dependencies": {
"@visactor/vutils": "~0.15.0",
"@visactor/vutils": "~0.15.3",
"color-convert": "2.0.1",
"inversify": "6.0.1",
"core-js": "3.31.1"
Expand Down

0 comments on commit 9ae3678

Please sign in to comment.