Skip to content

Commit b9dc68a

Browse files
authored
fix(react): remove unused dependencies (#599)
1 parent 07a00e4 commit b9dc68a

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changeset/funny-melons-drum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackflow/react": patch
3+
---
4+
5+
fix(react): remove unused dependencies

.pnp.cjs

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/react/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
"typecheck": "tsc --noEmit"
4242
},
4343
"dependencies": {
44-
"history": "^5.3.0",
45-
"react-fast-compare": "^3.2.2",
46-
"url-pattern": "^1.0.3"
44+
"react-fast-compare": "^3.2.2"
4745
},
4846
"devDependencies": {
4947
"@stackflow/config": "^1.2.1",

yarn.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5506,12 +5506,10 @@ __metadata:
55065506
"@types/react": "npm:^18.3.3"
55075507
esbuild: "npm:^0.23.0"
55085508
esbuild-plugin-file-path-extensions: "npm:^2.1.2"
5509-
history: "npm:^5.3.0"
55105509
react: "npm:^18.3.1"
55115510
react-fast-compare: "npm:^3.2.2"
55125511
rimraf: "npm:^3.0.2"
55135512
typescript: "npm:^5.5.3"
5514-
url-pattern: "npm:^1.0.3"
55155513
peerDependencies:
55165514
"@stackflow/config": ^1.0.1-canary.0
55175515
"@stackflow/core": ^1.1.0-canary.0

0 commit comments

Comments
 (0)