Skip to content

Commit 40db6e1

Browse files
fix(deps): update all dependencies (#1980)
* fix(deps): update all dependencies * fix: move deps to devDeps * fix: add find-up dep * chore: changeset --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: tdeekens <tobias.deekens@commercetools.com>
1 parent 61b928d commit 40db6e1

File tree

6 files changed

+196
-407
lines changed

6 files changed

+196
-407
lines changed

.changeset/clever-pillows-protect.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"@flopflip/adapter-utilities": patch
3+
"@flopflip/test-utils": patch
4+
"@flopflip/types": patch
5+
"@flopflip/cache": patch
6+
"@flopflip/combine-adapters": patch
7+
"@flopflip/cypress-plugin": patch
8+
"@flopflip/graphql-adapter": patch
9+
"@flopflip/http-adapter": patch
10+
"@flopflip/launchdarkly-adapter": patch
11+
"@flopflip/localstorage-adapter": patch
12+
"@flopflip/localstorage-cache": patch
13+
"@flopflip/memory-adapter": patch
14+
"@flopflip/react": patch
15+
"@flopflip/react-broadcast": patch
16+
"@flopflip/react-redux": patch
17+
"@flopflip/sessionstorage-cache": patch
18+
"@flopflip/splitio-adapter": patch
19+
---
20+
21+
Update dependencies.

package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"HoC",
4343
"store-enhancer"
4444
],
45-
"packageManager": "pnpm@9.15.2",
45+
"packageManager": "pnpm@9.15.5",
4646
"preconstruct": {
4747
"packages": [
4848
"demo",
@@ -104,7 +104,7 @@
104104
}
105105
]
106106
},
107-
"dependencies": {
107+
"devDependencies": {
108108
"@babel/cli": "7.26.4",
109109
"@babel/core": "7.26.7",
110110
"@babel/plugin-external-helpers": "7.25.9",
@@ -128,25 +128,26 @@
128128
"@babel/preset-typescript": "7.26.0",
129129
"@biomejs/biome": "1.9.4",
130130
"@changesets/changelog-github": "0.5.0",
131-
"@changesets/cli": "2.27.11",
132-
"@commitlint/cli": "19.6.1",
133-
"@commitlint/config-conventional": "19.6.0",
134-
"@manypkg/cli": "0.21.4",
131+
"@changesets/cli": "2.27.12",
132+
"@commitlint/cli": "19.7.1",
133+
"@commitlint/config-conventional": "19.7.1",
134+
"@manypkg/cli": "0.23.0",
135135
"@preconstruct/cli": "2.8.10",
136136
"@testing-library/jest-dom": "6.6.3",
137137
"@types/jest": "29.5.14",
138-
"@types/lodash": "4.17.13",
139-
"@types/node": "22.10.3",
138+
"@types/lodash": "4.17.15",
139+
"@types/node": "22.13.0",
140140
"@vitejs/plugin-react": "4.3.4",
141141
"@vitest/coverage-v8": "3.0.4",
142142
"@vitest/ui": "3.0.4",
143143
"babel-plugin-transform-dynamic-import": "2.1.0",
144144
"check-node-version": "4.2.1",
145145
"colors": "1.4.0",
146-
"core-js": "3.39.0",
146+
"core-js": "3.40.0",
147+
"find-up": "5.0.0",
147148
"husky": "9.1.7",
148149
"jsdom": "26.0.0",
149-
"lint-staged": "15.3.0",
150+
"lint-staged": "15.4.3",
150151
"pinst": "3.0.0",
151152
"raf": "3.4.1",
152153
"react": "18.3.1",
@@ -155,8 +156,8 @@
155156
"rimraf": "6.0.1",
156157
"ts-node": "10.9.2",
157158
"tslib": "2.8.1",
158-
"typescript": "5.7.2",
159-
"vite": "6.0.6",
159+
"typescript": "5.7.3",
160+
"vite": "6.0.11",
160161
"vitest": "3.0.4",
161162
"vitest-localstorage-mock": "0.1.2"
162163
}

packages/adapter-utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lodash": "4.17.21"
3535
},
3636
"devDependencies": {
37-
"typescript": "5.7.2"
37+
"typescript": "5.7.3"
3838
},
3939
"peerDependencies": {
4040
"typescript": "4.x || 5.x"

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/runtime": "7.26.7",
1919
"@flopflip/memory-adapter": "workspace:*",
2020
"@testing-library/jest-dom": "6.6.3",
21-
"@testing-library/react": "16.1.0",
21+
"@testing-library/react": "16.2.0",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1"
2424
}

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@types/react": "18.3.18",
36-
"typescript": "5.7.2"
36+
"typescript": "5.7.3"
3737
},
3838
"peerDependencies": {
3939
"typescript": "4.x || 5.x"

0 commit comments

Comments
 (0)