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 cd4343b
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 1 deletion.
5 changes: 5 additions & 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 All @@ -61,6 +62,10 @@
},
"dependencies": {
"@inertiajs/core": "1.0.16",
"axios": "^1.6.0",
"lodash.isequal": "^4.5.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"noUnusedParameters": true,
"preserveConstEnums": true,
"removeComments": true,
"typeRoots": ["./node_modules/@types"]
"typeRoots": ["./node_modules/@types"],
// "strict": true
}
}
2 changes: 2 additions & 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 All @@ -60,6 +61,7 @@
},
"dependencies": {
"@inertiajs/core": "1.0.16",
"axios": "^1.6.0",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0"
}
Expand Down
3 changes: 3 additions & 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 All @@ -58,6 +59,8 @@
},
"dependencies": {
"@inertiajs/core": "1.0.16",
"@vue/runtime-core": "^3.4.27",
"axios": "^1.6.0",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0"
}
Expand Down
33 changes: 33 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 cd4343b

Please sign in to comment.