Skip to content

Commit 0b95883

Browse files
committed
Fix app-with-no-user-model dev dependency after accidental prod delete
1 parent 5755613 commit 0b95883

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@arethetypeswrong/cli": "^0.15.1",
2626
"@gadget-client/app-with-file-fields": "^1.5.0",
27-
"@gadget-client/app-with-no-user-model": "^1.10.0",
27+
"@gadget-client/app-with-no-user-model": "1.3.0-development.6",
2828
"@gadget-client/bulk-actions-test": "^1.113.0",
2929
"@gadget-client/full-auth": "^1.9.0",
3030
"@gadget-client/js-clients-test": "1.512.0-development.2601",
@@ -37,7 +37,6 @@
3737
"@gadgetinc/eslint-config": "^0.6.1",
3838
"@gadgetinc/prettier-config": "^0.4.0",
3939
"@gadgetinc/react": "workspace:*",
40-
"tiny-graphql-query-compiler": "workspace:*",
4140
"@swc/core": "^1.3.90",
4241
"@swc/jest": "^0.2.36",
4342
"@types/jest": "^29.5.12",
@@ -53,6 +52,7 @@
5352
"npm-run-all": "^4.1.5",
5453
"prettier": "^2.8.8",
5554
"semver": "^7.6.2",
55+
"tiny-graphql-query-compiler": "workspace:*",
5656
"tsx": "^4.9.3",
5757
"typescript": "5.4.5",
5858
"zx": "^7.2.3"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)