Skip to content

Commit 6ef2ffe

Browse files
All minor package upgrades
1 parent 627ee13 commit 6ef2ffe

File tree

2 files changed

+106
-106
lines changed

2 files changed

+106
-106
lines changed

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -34,70 +34,70 @@
3434
"url": "https://github.com/Hacker0x01/react-datepicker/issues"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "^7.25.2",
38-
"@babel/eslint-parser": "^7.25.1",
39-
"@babel/helpers": "^7.25.0",
40-
"@babel/plugin-external-helpers": "^7.24.7",
37+
"@babel/core": "^7.26.7",
38+
"@babel/eslint-parser": "^7.26.5",
39+
"@babel/helpers": "^7.26.7",
40+
"@babel/plugin-external-helpers": "^7.25.9",
4141
"@babel/plugin-proposal-class-properties": "^7.18.6",
42-
"@babel/preset-env": "^7.25.4",
43-
"@babel/preset-react": "^7.24.7",
44-
"@babel/preset-typescript": "^7.24.7",
45-
"@eslint/js": "^9.12.0",
46-
"@react-docgen/cli": "^2.0.3",
42+
"@babel/preset-env": "^7.26.7",
43+
"@babel/preset-react": "^7.26.3",
44+
"@babel/preset-typescript": "^7.26.0",
45+
"@eslint/js": "^9.19.0",
46+
"@react-docgen/cli": "^2.0.6",
4747
"@rollup/plugin-babel": "^6.0.4",
48-
"@rollup/plugin-commonjs": "^28.0.0",
48+
"@rollup/plugin-commonjs": "^28.0.2",
4949
"@rollup/plugin-node-resolve": "^16.0.0",
5050
"@rollup/plugin-terser": "^0.4.4",
5151
"@rollup/plugin-typescript": "^12.1.2",
5252
"@testing-library/dom": "^10.4.0",
53-
"@testing-library/react": "^16.0.0",
53+
"@testing-library/react": "^16.2.0",
5454
"@testing-library/user-event": "14.6.1",
5555
"@types/eslint": "^9.6.1",
56-
"@types/jest": "^29.5.12",
57-
"@types/node": "22",
58-
"@types/react": "^19.0.2",
59-
"@types/react-dom": "^19.0.2",
60-
"@typescript-eslint/eslint-plugin": "^8.21.0",
61-
"@typescript-eslint/parser": "^8.6.0",
62-
"axe-core": "^4.10.0",
56+
"@types/jest": "^29.5.14",
57+
"@types/node": "22.13.0",
58+
"@types/react": "^19.0.8",
59+
"@types/react-dom": "^19.0.3",
60+
"@typescript-eslint/eslint-plugin": "^8.22.0",
61+
"@typescript-eslint/parser": "^8.22.0",
62+
"axe-core": "^4.10.2",
6363
"babel-jest": "^29.7.0",
6464
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
65-
"core-js": "^3.38.1",
66-
"eslint": "^9.12.0",
65+
"core-js": "^3.40.0",
66+
"eslint": "^9.19.0",
6767
"eslint-config-prettier": "^10.0.1",
68-
"eslint-plugin-import": "^2.29.1",
69-
"eslint-plugin-jest": "^28.8.0",
70-
"eslint-plugin-react": "^7.37.1",
71-
"eslint-plugin-react-hooks": "^5.0.0",
72-
"eslint-plugin-unused-imports": "^4.1.3",
73-
"husky": "9",
68+
"eslint-plugin-import": "^2.31.0",
69+
"eslint-plugin-jest": "^28.11.0",
70+
"eslint-plugin-react": "^7.37.4",
71+
"eslint-plugin-react-hooks": "^5.1.0",
72+
"eslint-plugin-unused-imports": "^4.1.4",
73+
"husky": "9.1.7",
7474
"jest": "^29.7.0",
7575
"jest-canvas-mock": "^2.5.2",
7676
"jest-environment-jsdom": "^29.7.0",
77-
"lint-staged": "^15.2.9",
77+
"lint-staged": "^15.4.3",
7878
"lodash": "^4.17.21",
79-
"prettier": "^3.3.3",
79+
"prettier": "^3.4.2",
8080
"react": "^19.0.0",
8181
"react-dom": "^19.0.0",
82-
"rollup": "^4.21.1",
82+
"rollup": "^4.32.1",
8383
"rollup-plugin-filesize": "^10.0.0",
8484
"sass": "1.83.4",
8585
"slugify": "^1.6.6",
86-
"stylelint": "^16.9.0",
86+
"stylelint": "^16.14.1",
8787
"stylelint-config-standard": "^37.0.0",
8888
"stylelint-config-standard-scss": "^14.0.0",
89-
"stylelint-scss": "^6.5.1",
89+
"stylelint-scss": "^6.11.0",
9090
"ts-jest": "^29.2.5",
91-
"tslib": "^2.7.0",
92-
"typescript": "^5.5.4",
93-
"typescript-eslint": "^8.9.0"
91+
"tslib": "^2.8.1",
92+
"typescript": "^5.7.3",
93+
"typescript-eslint": "^8.22.0"
9494
},
9595
"peerDependencies": {
9696
"react": "^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc",
9797
"react-dom": "^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc"
9898
},
9999
"dependencies": {
100-
"@floating-ui/react": "^0.27.0",
100+
"@floating-ui/react": "^0.27.3",
101101
"clsx": "^2.1.1",
102102
"date-fns": "^4.1.0"
103103
},

0 commit comments

Comments
 (0)