Skip to content

Commit d126c2b

Browse files
authored
chore: move dequal to devDependencies (#11220)
This was accidentally added to test dependencies. Doesn't really make a difference, but for consistency this should be part of devDependencies
1 parent b646485 commit d126c2b

File tree

2 files changed

+13
-98
lines changed

2 files changed

+13
-98
lines changed

pnpm-lock.yaml

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

test/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"babel-plugin-react-compiler": "19.0.0-beta-714736e-20250131",
6666
"comment-json": "^4.2.3",
6767
"create-payload-app": "workspace:*",
68+
"dequal": "2.0.3",
6869
"dotenv": "16.4.7",
6970
"drizzle-kit": "0.28.0",
7071
"eslint-plugin-playwright": "2.2.0",
@@ -86,8 +87,5 @@
8687
"ts-essentials": "10.0.3",
8788
"typescript": "5.7.3",
8889
"uuid": "10.0.0"
89-
},
90-
"dependencies": {
91-
"dequal": "2.0.3"
9290
}
9391
}

0 commit comments

Comments
 (0)