Skip to content

Commit

Permalink
add minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren committed Mar 7, 2023
1 parent a8a3137 commit 5c6ff7f
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 339 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default"]
}
},
"defaultBase": "next"
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "rango-client",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=14"
},
"workspaces": [
"widget/*",
"queue-manager/*",
Expand Down Expand Up @@ -31,14 +34,15 @@
"typescript": "^4.9.3"
},
"devDependencies": {
"@nrwl/workspace": "^15.8.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"buffer": "^5.5.0",
"chalk": "^5.2.0",
"execa": "^7.0.0",
"command-line-args": "^5.2.1",
"execa": "^7.0.0",
"lerna": "^6.1.0",
"nx": "15.7.2",
"nx": "15.8.5",
"path-browserify": "^1.0.0",
"prettier": "^2.7.1",
"punycode": "^1.4.1",
Expand Down
Loading

0 comments on commit 5c6ff7f

Please sign in to comment.