Skip to content

Commit 1e88f80

Browse files
pkg: Update validation packages (#2995)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 797e9b4 commit 1e88f80

File tree

4 files changed

+119
-119
lines changed

4 files changed

+119
-119
lines changed

examples/github-app/package-lock.json

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/github-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@types/react": "18.2.74",
3939
"@types/react-dom": "18.2.24",
4040
"@types/uuid": "^9.0.0",
41-
"@typescript-eslint/eslint-plugin": "7.3.1",
42-
"@typescript-eslint/parser": "7.3.1",
41+
"@typescript-eslint/eslint-plugin": "7.5.0",
42+
"@typescript-eslint/parser": "7.5.0",
4343
"react-refresh": "0.14.0",
4444
"serve": "14.2.1",
4545
"webpack": "5.91.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@anansi/babel-preset": "5.0.4",
4848
"@anansi/browserslist-config": "1.5.0",
49-
"@anansi/eslint-plugin": "0.17.4",
49+
"@anansi/eslint-plugin": "0.17.6",
5050
"@anansi/jest-preset": "0.10.27",
5151
"@babel/cli": "7.24.1",
5252
"@babel/core": "7.24.3",
@@ -59,14 +59,14 @@
5959
"@js-temporal/polyfill": "^0.4.4",
6060
"@react-navigation/native": "^6.0.13",
6161
"@react-navigation/native-stack": "^6.9.1",
62-
"@testing-library/react": "14.2.2",
62+
"@testing-library/react": "14.3.0",
6363
"@testing-library/react-hooks": "8.0.1",
64-
"@testing-library/react-native": "12.4.4",
64+
"@testing-library/react-native": "12.4.5",
6565
"@types/jest": "29.5.12",
6666
"@types/node": "20.12.5",
6767
"@types/react": "18.2.74",
68-
"@typescript-eslint/eslint-plugin": "7.3.1",
69-
"@typescript-eslint/parser": "7.3.1",
68+
"@typescript-eslint/eslint-plugin": "7.5.0",
69+
"@typescript-eslint/parser": "7.5.0",
7070
"babel-plugin-module-resolver": "5.0.0",
7171
"benchmark": "^2.1.4",
7272
"conventional-changelog-anansi": "^0.2.0",

0 commit comments

Comments
 (0)