Skip to content

Commit 3059a91

Browse files
chore: npm-check-updates && yarn upgrade
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent b74fea9 commit 3059a91

File tree

4 files changed

+355
-364
lines changed

4 files changed

+355
-364
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"@jest/types": "^29.6.3",
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^18",
22-
"@typescript-eslint/eslint-plugin": "^8.25.0",
23-
"@typescript-eslint/parser": "^8.25.0",
22+
"@typescript-eslint/eslint-plugin": "^8.26.1",
23+
"@typescript-eslint/parser": "^8.26.1",
2424
"all-contributors-cli": "^6.26.1",
25-
"eslint": "^9.21.0",
26-
"eslint-config-prettier": "^10.0.1",
25+
"eslint": "^9.22.0",
26+
"eslint-config-prettier": "^10.1.1",
2727
"eslint-import-resolver-node": "^0.3.9",
28-
"eslint-import-resolver-typescript": "^3.8.3",
28+
"eslint-import-resolver-typescript": "^3.8.5",
2929
"eslint-plugin-import": "2.31.0",
3030
"eslint-plugin-prettier": "^5.2.3",
3131
"jest": "^29.7.0",
3232
"jest-circus": "^28.1.3",
3333
"jest-config": "^28.1.3",
3434
"jest-expect-message": "^1.1.3",
35-
"lerna": "^8.2.0",
35+
"lerna": "^8.2.1",
3636
"npm-check-updates": "^17.1.15",
37-
"prettier": "^3.5.2",
37+
"prettier": "^3.5.3",
3838
"standard-version": "^9.5.0",
3939
"ts-node": "^10.9.2",
4040
"typescript": "~4.7.4"

packages/@jsii/python-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"jsii-build-tools": "^0.0.0",
4545
"jsii-calc": "^3.20.120",
4646
"jsii-pacmak": "^0.0.0",
47-
"pyright": "^1.1.395"
47+
"pyright": "^1.1.396"
4848
}
4949
}

packages/jsii-pacmak/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"jsii-build-tools": "^0.0.0",
6666
"jsii-calc": "^3.20.120",
6767
"jsii-rosetta": "~5.7.0",
68-
"pyright": "^1.1.395"
68+
"pyright": "^1.1.396"
6969
},
7070
"peerDependencies": {
7171
"jsii-rosetta": ">=5.4.0"

0 commit comments

Comments
 (0)