Skip to content

Commit

Permalink
chore: revert "npm-check-updates && yarn upgrade" (#4714)
Browse files Browse the repository at this point in the history
Reverts #4708

This breaks the jsii-rosetta integration test. Will also make sure that
we require this test in future.
  • Loading branch information
mrgrain authored Nov 26, 2024
1 parent c94b2c7 commit 06dd795
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 281 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.14",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"all-contributors-cli": "^6.26.1",
"eslint": "^9.15.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"pyright": "^1.1.389"
},
"peerDependencies": {
"jsii-rosetta": "~5.6.0"
"jsii-rosetta": "~5.4.0 || ~5.5.0 || ~5.6.0"
},
"keywords": [
"jsii",
Expand Down
Loading

0 comments on commit 06dd795

Please sign in to comment.