Skip to content

Commit 6d3c29e

Browse files
pkg: Update validation packages (#3111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87e04f0 commit 6d3c29e

File tree

4 files changed

+133
-133
lines changed

4 files changed

+133
-133
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.3.3",
3939
"@types/react-dom": "18.3.0",
4040
"@types/uuid": "^9.0.0",
41-
"@typescript-eslint/eslint-plugin": "7.13.0",
42-
"@typescript-eslint/parser": "7.13.0",
41+
"@typescript-eslint/eslint-plugin": "7.13.1",
42+
"@typescript-eslint/parser": "7.13.1",
4343
"react-refresh": "0.14.2",
4444
"serve": "14.2.3",
4545
"webpack": "5.92.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"devDependencies": {
4848
"@anansi/babel-preset": "6.0.0",
4949
"@anansi/browserslist-config": "1.5.0",
50-
"@anansi/eslint-plugin": "0.17.11",
51-
"@anansi/jest-preset": "0.11.2",
50+
"@anansi/eslint-plugin": "0.17.12",
51+
"@anansi/jest-preset": "0.11.3",
5252
"@babel/cli": "7.24.7",
5353
"@babel/core": "7.24.7",
5454
"@babel/node": "7.24.7",
@@ -66,8 +66,8 @@
6666
"@types/jest": "29.5.12",
6767
"@types/node": "20.14.5",
6868
"@types/react": "18.3.3",
69-
"@typescript-eslint/eslint-plugin": "7.13.0",
70-
"@typescript-eslint/parser": "7.13.0",
69+
"@typescript-eslint/eslint-plugin": "7.13.1",
70+
"@typescript-eslint/parser": "7.13.1",
7171
"babel-plugin-module-resolver": "5.0.2",
7272
"benchmark": "^2.1.4",
7373
"conventional-changelog-anansi": "^0.2.0",
@@ -81,7 +81,7 @@
8181
"eslint-plugin-babel": "^5.3.1",
8282
"eslint-plugin-import": "2.29.1",
8383
"eslint-plugin-prettier": "5.1.3",
84-
"eslint-plugin-react": "7.34.2",
84+
"eslint-plugin-react": "7.34.3",
8585
"eslint-plugin-react-hooks": "4.6.2",
8686
"ignore-styles": "^5.0.1",
8787
"jest": "29.7.0",

0 commit comments

Comments
 (0)