Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 041dd42

Browse files
authored
fix(deps): update all non-major dependencies (#461)
1 parent 7fcc1f2 commit 041dd42

File tree

2 files changed

+272
-265
lines changed

2 files changed

+272
-265
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"devDependencies": {
9898
"@4tw/cypress-drag-drop": "^2.3.0",
99-
"@faker-js/faker": "^9.4.0",
99+
"@faker-js/faker": "^9.5.1",
100100
"@fnando/sparkline": "^0.3.10",
101101
"@formkit/tempo": "^0.1.2",
102102
"@popperjs/core": "^2.11.8",
@@ -110,7 +110,7 @@
110110
"@slickgrid-universal/text-export": "~5.13.0",
111111
"@types/fnando__sparkline": "^0.3.7",
112112
"@types/i18next-xhr-backend": "^1.4.2",
113-
"@types/node": "^22.13.1",
113+
"@types/node": "^22.13.8",
114114
"@types/react": "^18.3.18",
115115
"@types/react-dom": "^18.3.5",
116116
"@types/sortablejs": "^1.15.8",
@@ -119,40 +119,40 @@
119119
"bootstrap": "^5.3.3",
120120
"concurrently": "^9.1.2",
121121
"custom-event-polyfill": "^1.0.7",
122-
"cypress": "^14.0.0",
122+
"cypress": "^14.1.0",
123123
"cypress-real-events": "^1.14.0",
124-
"dompurify": "^3.2.3",
125-
"eslint": "^9.20.0",
124+
"dompurify": "^3.2.4",
125+
"eslint": "^9.21.0",
126126
"eslint-plugin-cypress": "^4.1.0",
127127
"eslint-plugin-import": "^2.31.0",
128128
"eslint-plugin-n": "^17.15.1",
129129
"eslint-plugin-prefer-arrow": "^1.2.3",
130130
"eslint-plugin-react": "^7.37.4",
131-
"eslint-plugin-react-hooks": "^5.1.0",
132-
"globals": "^15.14.0",
131+
"eslint-plugin-react-hooks": "^5.2.0",
132+
"globals": "^15.15.0",
133133
"i18next-http-backend": "^2.7.3",
134134
"isomorphic-fetch": "^3.0.0",
135135
"native-copyfiles": "^0.3.2",
136136
"npm-run-all2": "^7.0.2",
137137
"react": "^18.3.1",
138138
"react-dom": "^18.3.1",
139-
"react-i18next": "^15.4.0",
140-
"react-router-dom": "^7.1.5",
139+
"react-i18next": "^15.4.1",
140+
"react-router-dom": "^7.2.0",
141141
"regenerator-runtime": "^0.14.1",
142142
"release-it": "^19.0.0-next.0",
143143
"rimraf": "^5.0.10",
144-
"rxjs": "^7.8.1",
145-
"sass": "^1.84.0",
146-
"typescript": "^5.7.3",
147-
"typescript-eslint": "^8.23.0",
148-
"vite": "^6.1.0",
144+
"rxjs": "^7.8.2",
145+
"sass": "^1.85.1",
146+
"typescript": "^5.8.2",
147+
"typescript-eslint": "^8.25.0",
148+
"vite": "^6.2.0",
149149
"vite-plugin-svgr": "^4.3.0",
150150
"vite-tsconfig-paths": "^5.1.4"
151151
},
152152
"engines": {
153153
"node": ">=18.19.0"
154154
},
155155
"resolutions": {
156-
"caniuse-lite": "1.0.30001695"
156+
"caniuse-lite": "1.0.30001701"
157157
}
158158
}

0 commit comments

Comments
 (0)