Skip to content

Commit

Permalink
Update dependencies and Node.js version
Browse files Browse the repository at this point in the history
* **Dependencies**
  - Update `@rescripts/cli` to the latest version in `packages/inspector/package.json`, `packages/playground/package.json`, and `packages/logs-react/package.json`
  - Update `@rescripts/utilities` to version `0.0.7` in `packages/inspector/package.json`, `packages/playground/package.json`, and `packages/logs-react/package.json`
  - Update `react-scripts` to version `3.4.4` in `packages/inspector/package.json`, `packages/playground/package.json`, `packages/logs-react/package.json`, and `packages/docs-react/package.json`
  - Update the `engines` field to `>=18.20.5` in `package.json`

* **Node.js Version**
  - Add `.nvmrc` files specifying Node.js version `18.20.5` in the root directory and in each package directory
  - Update `.node-version` and `.nodenv` to `18.20.5`

* **Documentation**
  - Add instructions for using `nvm` to manage Node.js versions in `README.md`
  • Loading branch information
BelfordZ committed Nov 28, 2024
1 parent cae746e commit 0f962fd
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.5
18.20.5
2 changes: 1 addition & 1 deletion .nodenv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.5
18.20.5
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.5
14 changes: 13 additions & 1 deletion README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
WIP WIP
# Using nvm

This project uses `nvm` to manage Node.js versions. To use the correct Node.js version, run the following command in the root of the repository and in each package directory:

```sh
nvm use
```

If you do not have the required Node.js version installed, you can install it using the following command:

```sh
nvm install
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"turbo": "^1.0.0"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.20.5"
}
}
1 change: 1 addition & 0 deletions packages/docs-react/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.5
3 changes: 2 additions & 1 deletion packages/docs-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"json-schema-ref-parser": "^7.0.1",
"ts-jest": "^24.0.0",
"tslint": "^5.14.0",
"typescript": "^3.9.7"
"typescript": "^3.9.7",
"react-scripts": "3.4.4"
},
"files": [
"build"
Expand Down
1 change: 1 addition & 0 deletions packages/inspector/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.5
6 changes: 3 additions & 3 deletions packages/inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@rescripts/cli": "0.0.13",
"@rescripts/utilities": "0.0.6",
"@rescripts/cli": "latest",
"@rescripts/utilities": "0.0.7",
"@types/jest": "^24.0.13",
"@types/qs": "^6.5.3",
"@types/react-dom": "^16.8.4",
"@types/use-persisted-state": "^0.3.0",
"jest": "24.9.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"react-scripts": "^3.3.0",
"react-scripts": "3.4.4",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"typescript": "^3.7.3"
Expand Down
1 change: 1 addition & 0 deletions packages/logs-react/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.5
6 changes: 3 additions & 3 deletions packages/logs-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"publishConfig": {
"access": "public"
},
],
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
Expand All @@ -20,12 +20,12 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@rescripts/cli": "0.0.14",
"@rescripts/cli": "latest",
"@rescripts/utilities": "0.0.7",
"@types/jest": "^24.0.13",
"@types/react-dom": "16.9.4",
"monaco-editor-webpack-plugin": "1.7.0",
"react-scripts": "3.4.1",
"react-scripts": "3.4.4",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"typescript": "^3.7.3"
Expand Down
1 change: 1 addition & 0 deletions packages/playground/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.5
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"not op_mini all"
],
"devDependencies": {
"@rescripts/cli": "0.0.13",
"@rescripts/utilities": "0.0.6",
"@rescripts/cli": "latest",
"@rescripts/utilities": "0.0.7",
"@types/classnames": "^2.2.9",
"@types/css-mediaquery": "^0.1.0",
"@types/jest": "^24.0.23",
Expand All @@ -72,7 +72,7 @@
"@types/react-dom": "^16.8.4",
"css-mediaquery": "^0.1.2",
"monaco-editor-webpack-plugin": "^1.7.0",
"react-scripts": "^3.4.3",
"react-scripts": "3.4.4",
"tslint": "^6.1.3",
"typescript": "^3.7.3"
},
Expand Down

0 comments on commit 0f962fd

Please sign in to comment.