Skip to content

Commit 90e844d

Browse files
committed
chore: upgrade dependencies
1 parent d520034 commit 90e844d

File tree

3 files changed

+342
-256
lines changed

3 files changed

+342
-256
lines changed

.yarn/install-state.gz

20.5 KB
Binary file not shown.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@babel/helpers": "^7.25.0",
4242
"@babel/plugin-external-helpers": "^7.24.7",
4343
"@babel/plugin-proposal-class-properties": "^7.18.6",
44-
"@babel/preset-env": "^7.25.0",
44+
"@babel/preset-env": "^7.25.3",
4545
"@babel/preset-react": "^7.24.7",
4646
"@babel/preset-typescript": "^7.24.7",
4747
"@react-docgen/cli": "^2.0.3",
@@ -57,38 +57,38 @@
5757
"@types/node": "20",
5858
"@types/react": "^18.3.3",
5959
"@types/react-dom": "^18.3.0",
60-
"@typescript-eslint/eslint-plugin": "^7.17.0",
61-
"@typescript-eslint/parser": "^7.17.0",
62-
"axe-core": "^4.9.1",
60+
"@typescript-eslint/eslint-plugin": "^7.18.0",
61+
"@typescript-eslint/parser": "^7.18.0",
62+
"axe-core": "^4.10.0",
6363
"babel-jest": "^29.7.0",
6464
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
65-
"core-js": "^3.37.1",
65+
"core-js": "^3.38.0",
6666
"eslint": "^8.57.0",
6767
"eslint-config-prettier": "^9.1.0",
6868
"eslint-plugin-import": "^2.29.1",
69-
"eslint-plugin-jest": "^28.6.0",
69+
"eslint-plugin-jest": "^28.7.0",
7070
"eslint-plugin-react": "^7.35.0",
7171
"eslint-plugin-react-hooks": "^4.6.2",
7272
"eslint-plugin-unused-imports": "^4.0.1",
7373
"husky": "9",
7474
"jest": "^29.7.0",
7575
"jest-canvas-mock": "^2.5.2",
7676
"jest-environment-jsdom": "^29.7.0",
77-
"lint-staged": "^15.2.7",
77+
"lint-staged": "^15.2.8",
7878
"lodash": "^4.17.21",
7979
"postcss": "^8.4.40",
8080
"prettier": "^3.3.3",
8181
"react": "^18.3.1",
8282
"react-dom": "^18.3.1",
83-
"rollup": "^4.19.1",
83+
"rollup": "^4.20.0",
8484
"rollup-plugin-filesize": "^10.0.0",
8585
"sass": "1.77.8",
8686
"slugify": "^1.6.6",
87-
"stylelint": "^16.8.0",
87+
"stylelint": "^16.8.1",
8888
"stylelint-config-standard": "^36.0.1",
8989
"stylelint-config-standard-scss": "^13.1.0",
90-
"stylelint-scss": "^6.4.1",
91-
"ts-jest": "^29.2.3",
90+
"stylelint-scss": "^6.5.0",
91+
"ts-jest": "^29.2.4",
9292
"tslib": "^2.6.3",
9393
"typescript": "^5.5.4"
9494
},
@@ -131,5 +131,5 @@
131131
"git add"
132132
]
133133
},
134-
"packageManager": "yarn@4.3.1"
134+
"packageManager": "yarn@4.4.0"
135135
}

0 commit comments

Comments
 (0)