Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3682)
Browse files Browse the repository at this point in the history
Co-authored-by: AWS CDK Automation <[email protected]>
Co-authored-by: πŸ§‘πŸ»β€πŸ’» Romain Marcadier <[email protected]>
Co-authored-by: Romain Marcadier <[email protected]>
  • Loading branch information
4 people committed Jul 29, 2022
1 parent 833a717 commit 69559a5
Show file tree
Hide file tree
Showing 7 changed files with 1,037 additions and 945 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@jest/types": "^28.1.3",
"@types/jest": "^28.1.6",
"@types/node": "^14.18.22",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -31,7 +31,7 @@
"jest-circus": "^28.1.3",
"jest-config": "^28.1.3",
"jest-expect-message": "^1.0.2",
"lerna": "^5.1.8",
"lerna": "^5.3.0",
"prettier": "^2.7.1",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"fs-extra": "^10.1.0",
"jsii": "^0.0.0",
"npm": "^8.14.0",
"npm": "^8.15.0",
"tar": "^6.1.11",
"typescript": "~3.9.10",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"source-map-loader": "^4.0.0",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@jsii/spec": "^0.0.0",
"fs-extra": "^10.1.0",
"jsii-reflect": "^0.0.0",
"log4js": "^6.6.0",
"log4js": "^6.6.1",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-rosetta/jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { default as defaultConfig, overriddenConfig } from '../../jest.config.mj

export default overriddenConfig({
setupFiles: [createRequire(import.meta.url).resolve('./jestsetup.js')],
testTimeout: process.env.CI ? 30_000 : defaultConfig.testTimeout,
testTimeout: process.env.CI === 'true' ? 30_000 : defaultConfig.testTimeout,
});
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"chalk": "^4",
"fast-deep-equal": "^3.1.3",
"fs-extra": "^10.1.0",
"log4js": "^6.6.0",
"log4js": "^6.6.1",
"semver": "^7.3.7",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.1",
Expand Down
Loading

0 comments on commit 69559a5

Please sign in to comment.