Skip to content

Commit

Permalink
pkg: Update validation packages (#3085)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 9e1c43d commit b861339
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 294 deletions.
88 changes: 44 additions & 44 deletions examples/github-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"react-refresh": "0.14.2",
"serve": "14.2.3",
"webpack": "5.92.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"devDependencies": {
"@anansi/babel-preset": "5.0.10",
"@anansi/browserslist-config": "1.5.0",
"@anansi/eslint-plugin": "0.17.10",
"@anansi/jest-preset": "0.11.1",
"@anansi/eslint-plugin": "0.17.11",
"@anansi/jest-preset": "0.11.2",
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/node": "7.24.7",
Expand All @@ -67,8 +67,8 @@
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"babel-plugin-module-resolver": "5.0.2",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand All @@ -82,7 +82,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"ignore-styles": "^5.0.1",
"jest": "29.7.0",
Expand All @@ -91,7 +91,7 @@
"nock": "13.3.1",
"node-fetch": "^3.3.0",
"npm-run-all": "^4.1.5",
"prettier": "3.2.5",
"prettier": "3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.2",
Expand Down
Loading

0 comments on commit b861339

Please sign in to comment.