Skip to content

Commit f5bad2b

Browse files
chore(deps): update all non-major dependencies (#198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e2ee46 commit f5bad2b

File tree

3 files changed

+1903
-1491
lines changed

3 files changed

+1903
-1491
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v2
1414
with:
15-
node-version: 12.x
15+
node-version: 12.22.12
1616
- run: yarn install --frozen-lockfile
1717
- run: yarn build
1818
- run: yarn test

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@
4545
"react": ">=16.13.1"
4646
},
4747
"devDependencies": {
48-
"@babel/cli": "^7.21.0",
49-
"@babel/core": "^7.21.0",
50-
"@babel/preset-env": "^7.20.2",
51-
"@babel/preset-react": "^7.18.6",
48+
"@babel/cli": "^7.27.0",
49+
"@babel/core": "^7.26.10",
50+
"@babel/preset-env": "^7.26.9",
51+
"@babel/preset-react": "^7.26.3",
5252
"babel-eslint": "^10.1.0",
5353
"babel-jest": "^27.5.1",
5454
"babel-plugin-add-module-exports": "^1.0.4",
55-
"chai": "^4.3.7",
55+
"chai": "^4.5.0",
5656
"dirty-chai": "^2.0.1",
5757
"eslint": "^7.32.0",
5858
"eslint-config-airbnb": "^18.2.1",
5959
"eslint-config-airbnb-base": "^14.2.1",
60-
"eslint-plugin-import": "^2.27.5",
61-
"eslint-plugin-jsx-a11y": "^6.7.1",
60+
"eslint-plugin-import": "^2.31.0",
61+
"eslint-plugin-jsx-a11y": "^6.10.2",
6262
"eslint-plugin-mocha": "^9.0.0",
63-
"eslint-plugin-react": "^7.32.2",
63+
"eslint-plugin-react": "^7.37.5",
6464
"jest": "^27.5.1",
6565
"prop-types": "^15.8.1",
6666
"react": "^17.0.2",

0 commit comments

Comments
 (0)