Skip to content

Commit

Permalink
pkg: Update validation packages (#2905)
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 Dec 12, 2023
1 parent 69691e5 commit 3a881c6
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 119 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.43",
"@types/react-dom": "18.2.17",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"react-refresh": "0.14.0",
"serve": "14.2.1",
"webpack": "5.89.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@anansi/babel-preset": "4.5.1",
"@anansi/browserslist-config": "1.4.3",
"@anansi/eslint-plugin": "0.16.39",
"@anansi/eslint-plugin": "0.16.40",
"@anansi/jest-preset": "0.10.24",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.6",
Expand All @@ -62,11 +62,11 @@
"@testing-library/react": "14.1.2",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.4.1",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"babel-plugin-module-resolver": "5.0.0",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand All @@ -89,7 +89,7 @@
"nock": "13.3.1",
"node-fetch": "^3.3.0",
"npm-run-all": "^4.1.5",
"prettier": "3.1.0",
"prettier": "3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.0",
Expand Down
Loading

0 comments on commit 3a881c6

Please sign in to comment.