Skip to content

Commit

Permalink
chore(deps): update dependency tslib to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 8c424da commit dfe09e7
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 43 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"axios": "^1.7.2",
"chalk": "^4.1.2",
"ora": "^5.4.1",
"tslib": "2.4.1",
"tslib": "2.7.0",
"yargs": "17.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"babel-loader": "9.1.3",
"string-loader": "0.0.1",
"ts-loader": "^9.5.1",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"fs-extra": "^11.1.1",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"@types/tapable": "2.2.7",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"@types/serve-static": "1.15.7",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/webpack": "5.28.5",
"@types/node": "^16",
"@types/react": "^18",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2",
"@rspack/core": "0.7.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
"@types/node": "^16",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^16",
"@types/tapable": "2.2.7",
"@types/webpack": "5.28.5",
"tslib": "2.4.1",
"tslib": "2.7.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
73 changes: 38 additions & 35 deletions pnpm-lock.yaml

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

0 comments on commit dfe09e7

Please sign in to comment.