Skip to content

Commit d91fcd4

Browse files
1 parent ef4d78f commit d91fcd4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

packages/import/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MIT",
55
"scripts": {
66
"lint": "eslint \"**/*.ts*\"",
7-
"build": "tsup index.tsx --format esm --dts",
8-
"dev": "npm run build -- --watch"
7+
"build": "#tsup index.tsx --format esm --dts",
8+
"dev": "#npm run build -- --watch"
99
},
1010
"peerDependencies": {
1111
"react": "^18.2.0"
@@ -17,9 +17,10 @@
1717
"typescript": "^5.1.6"
1818
},
1919
"dependencies": {
20+
"@types/react": "^18.2.20",
21+
"immer": "9.0.21",
2022
"pgp-provider": "workspace:*",
2123
"project-state": "workspace:*",
22-
"state": "workspace:*",
23-
"@types/react": "^18.2.20"
24+
"state": "workspace:*"
2425
}
2526
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)