Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3603)
Browse files Browse the repository at this point in the history
Co-authored-by: AWS CDK Automation <aws-cdk-automation@users.noreply.github.com>
Co-authored-by: Romain Marcadier <rmuller@amazon.fr>
  • Loading branch information
3 people authored Jun 16, 2022
1 parent 8e2eea6 commit c56db0c
Show file tree
Hide file tree
Showing 5 changed files with 653 additions and 754 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@jest/types": "^28.1.1",
"@types/jest": "^28.1.1",
"@types/node": "^14.18.21",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -31,8 +31,8 @@
"jest-circus": "^28.1.1",
"jest-config": "^28.1.1",
"jest-expect-message": "^1.0.2",
"lerna": "^5.1.0",
"prettier": "^2.6.2",
"lerna": "^5.1.2",
"prettier": "^2.7.0",
"standard-version": "^9.5.0",
"ts-node": "^10.8.1",
"typescript": "~4.7.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@scope/jsii-calc-lib": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"source-map-loader": "^3.0.1",
"source-map-loader": "^4.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
"webpack-cli": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsii-reflect": "^0.0.0",
"jsii-rosetta": "^0.0.0",
"semver": "^7.3.7",
"spdx-license-list": "^6.5.0",
"spdx-license-list": "^6.6.0",
"xmlbuilder": "^15.1.1",
"yargs": "^16.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"semver": "^7.3.7",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.1",
"spdx-license-list": "^6.5.0",
"spdx-license-list": "^6.6.0",
"typescript-3.9": "npm:typescript@~3.9.10",
"yargs": "^16.2.0"
},
Expand Down
Loading

0 comments on commit c56db0c

Please sign in to comment.