Skip to content

Commit

Permalink
fix(deps): update all-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent e83c357 commit 3c82964
Show file tree
Hide file tree
Showing 3 changed files with 1,299 additions and 472 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
uses: technote-space/auto-cancel-redundant-job@v1

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16

- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: yarn cache dir
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Expand All @@ -52,6 +52,6 @@ jobs:
run: yarn build

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"@contentful/app-sdk": "4.3.1",
"@contentful/f36-components": "4.0.19",
"@contentful/f36-icons": "4.0.3",
"contentful-management": "7.51.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"contentful-management": "11.47.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.0"
},
"scripts": {
Expand Down Expand Up @@ -44,30 +44,30 @@
]
},
"devDependencies": {
"@contentful/app-scripts": "0.14.111",
"@testing-library/dom": "8.11.3",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.0",
"@types/node": "16.11.22",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"@contentful/app-scripts": "1.32.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/node": "22.13.4",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"cross-env": "7.0.3",
"decode-html": "2.0.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "7.0.4",
"lint-staged": "12.3.3",
"prettier": "2.5.1",
"typescript": "4.5.5"
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"prettier": "3.5.1",
"typescript": "5.7.3"
},
"homepage": "."
}
Loading

0 comments on commit 3c82964

Please sign in to comment.