Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent 6989a11 commit 570a4a6
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
20
2 changes: 1 addition & 1 deletion packages/development-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"shell-exec": "^1.0.2"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/node": "^20.0.0",
"typescript": "^4.8.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pintora-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@pintora/test-shared": "workspace:^0.4.1",
"@types/jsdom": "^20.0.0",
"@types/mime-types": "^2.1.0",
"@types/node": "^16.11.7",
"@types/node": "^20.0.0",
"@types/yargs": "^16.0.0",
"typescript": "^4.8.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pintora-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@antv/event-emitter": "^0.1.2",
"@antv/matrix-util": "^3.0.4",
"@types/node": "^16.11.7",
"@types/node": "^20.0.0",
"clone-deep": "^4.0.1",
"deepmerge": "^4.2.2",
"tinycolor2": "^1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/pintora-diagrams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/d3-shape": "^3.0.2",
"@types/dedent": "^0.7.0",
"@types/nearley": "^2.11.1",
"@types/node": "^16.11.7",
"@types/node": "^20.0.0",
"@types/tinycolor2": "^1.4.3",
"esbuild": "^0.15.0",
"esbuild-jest": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pintora-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@antv/g-canvas": "^0.5.12",
"@antv/g-svg": "^0.5.6",
"@pintora/core": "workspace:^0.6.2",
"@types/node": "^16.11.7"
"@types/node": "^20.0.0"
},
"devDependencies": {
"@antv/g-base": "^0.5.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/pintora-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@pintora/test-shared": "workspace:*",
"@types/node": "^16.11.7",
"@types/node": "^20.0.0",
"@types/tinycolor2": "^1.4.3",
"microbundle": "^0.15.1",
"typescript": "^4.8.3"
Expand Down
Loading

0 comments on commit 570a4a6

Please sign in to comment.