Skip to content

Commit

Permalink
Add missing node/types package
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesst20 committed May 9, 2024
1 parent b9e7387 commit 9d4d17a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "^14.0",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.9.17",
"esbuild": "^0.16.13",
Expand Down
1 change: 1 addition & 0 deletions packages/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "^14.0",
"esbuild": "^0.16.13",
"esbuild-node-externals": "^1.6.0",
"typescript": "^4.9.4",
Expand Down
1 change: 1 addition & 0 deletions packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "^14.0",
"esbuild": "^0.16.13",
"esbuild-node-externals": "^1.6.0",
"typescript": "^4.9.4",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d4d17a

Please sign in to comment.