create-nodality-react 1.0.0-beta.56 → 1.0.0-beta.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -41,7 +41,7 @@ function createProject(projectName) {
41
41
  dependencies: {
42
42
  react: "^18.0.0",
43
43
  "react-dom": "^18.0.0",
44
- nodality: "^1.0.0-beta.56",
44
+ nodality: "^1.0.0-beta.58",
45
45
  },
46
46
  devDependencies: {
47
47
  webpack: "^5.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nodality-react",
3
- "version": "1.0.0-beta.56",
3
+ "version": "1.0.0-beta.58",
4
4
  "description": "Scaffolding tool for creating Nodality React projects",
5
5
  "main": "bin/index.js",
6
6
  "bin": {