create-river-build-app
Advanced tools
Comparing version 0.0.115 to 0.0.117
@@ -1026,6 +1026,7 @@ "use strict"; | ||
return { | ||
dependencies: [...allRiverBuildDeps, ["@wagmi/core", json.dependencies.wagmi]], | ||
dependencies: allRiverBuildDeps, | ||
devDependencies: [ | ||
...allRiverBuildDevDeps, | ||
// hardcoded for now. ^5.1.6 will make npm install to get the latest 5.x.x | ||
// hardcoded for now. if we add ^ in front of the version (e.g. ^5.1.6) | ||
// it will make npm install to get the latest 5.x.x | ||
["typescript", "5.1.6"] | ||
@@ -1032,0 +1033,0 @@ ] |
{ | ||
"name": "create-river-build-app", | ||
"version": "0.0.115", | ||
"version": "0.0.117", | ||
"bin": "index.js", | ||
@@ -30,3 +30,3 @@ "engines": { | ||
}, | ||
"gitHead": "73769df4df6060fb6c41334004744caa13b89deb" | ||
"gitHead": "4c2ed25950d782e9e47de300b28aed427633810e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2217
220449