Skip to content

Commit

Permalink
pkg: Update validation packages (#2886)
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] authored Nov 19, 2023
1 parent 345f23a commit ae8824e
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 130 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.2.37",
"@types/react-dom": "18.2.15",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"react-refresh": "0.14.0",
"serve": "14.2.1",
"webpack": "5.89.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@anansi/babel-preset": "4.4.3",
"@anansi/browserslist-config": "1.4.3",
"@anansi/eslint-plugin": "0.16.36",
"@anansi/eslint-plugin": "0.16.37",
"@anansi/jest-preset": "0.10.23",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.3",
Expand All @@ -59,14 +59,14 @@
"@js-temporal/polyfill": "^0.4.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@testing-library/react": "14.1.0",
"@testing-library/react": "14.1.2",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.3.2",
"@testing-library/react-native": "12.4.0",
"@types/jest": "29.5.8",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"babel-plugin-module-resolver": "5.0.0",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand All @@ -76,7 +76,7 @@
"cpy-cli": "5.0.0",
"cross-fetch": "^4.0.0",
"downlevel-dts": "^0.10.0",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
Expand Down
Loading

0 comments on commit ae8824e

Please sign in to comment.