Skip to content

Commit 1fd2e9d

Browse files
fix(deps): update all
1 parent cd305a5 commit 1fd2e9d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: 'lts/*'
2222

@@ -33,7 +33,7 @@ jobs:
3333
run: npm t -- --coverage
3434

3535
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v2
36+
uses: codecov/codecov-action@v5
3737

3838
- name: Release
3939
env:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: 'lts/*'
1919

@@ -30,4 +30,4 @@ jobs:
3030
run: npm t -- --coverage
3131

3232
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v2
33+
uses: codecov/codecov-action@v5

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
"@typescript-eslint/parser": "4.33.0",
5353
"babel-eslint": "10.1.0",
5454
"eslint": "7.32.0",
55-
"eslint-config-react-app": "6.0.0",
56-
"eslint-plugin-flowtype": "5.10.0",
55+
"eslint-config-react-app": "7.0.1",
56+
"eslint-plugin-flowtype": "8.0.3",
5757
"eslint-plugin-import": "2.26.0",
5858
"eslint-plugin-jsx-a11y": "6.6.1",
5959
"eslint-plugin-react": "7.31.8",
6060
"eslint-plugin-react-hooks": "4.6.2",
6161
"jest": "27.1.0",
62-
"prettier": "2.7.1",
62+
"prettier": "3.4.2",
6363
"semantic-release": "24.2.1",
64-
"typescript": "4.8.4"
64+
"typescript": "5.7.3"
6565
},
6666
"dependencies": {
67-
"babel-plugin-module-resolver": "^4.1.0",
68-
"tsconfig-paths": "^3.11.0"
67+
"babel-plugin-module-resolver": "^5.0.0",
68+
"tsconfig-paths": "^4.0.0"
6969
},
7070
"workspaces": [
7171
"examples/*"

0 commit comments

Comments
 (0)