Skip to content

Commit

Permalink
pkg: Update validation packages (#2830)
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 Sep 23, 2023
1 parent 1306976 commit 5c670c1
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 123 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.22",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"react-refresh": "0.14.0",
"serve": "14.2.1",
"webpack": "5.88.2",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@anansi/babel-preset": "4.3.0",
"@anansi/browserslist-config": "1.4.3",
"@anansi/eslint-plugin": "0.16.31",
"@anansi/eslint-plugin": "0.16.32",
"@anansi/jest-preset": "0.10.21",
"@babel/cli": "7.22.15",
"@babel/core": "7.22.20",
Expand All @@ -65,8 +65,8 @@
"@types/jest": "29.5.5",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"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.49.0",
"eslint": "8.50.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
Expand Down
Loading

0 comments on commit 5c670c1

Please sign in to comment.