Skip to content

Commit

Permalink
[CP-115] Update node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbezsmertnyi committed Jul 19, 2021
2 parents 318fb90 + 08b54b4 commit c7ecd1c
Show file tree
Hide file tree
Showing 7 changed files with 2,087 additions and 647 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.18.4]
node-version: [14.17.3]

timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.18.4
v14.17.3
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"app:storybook:build": "lerna run --scope @mudita/mudita-center-app storybook:build --",
"app:dist": "lerna run --scope @mudita/mudita-center-app dist",
"app:dist:all": "lerna run --scope @mudita/mudita-center-app dist:all",
"app:electron:rebuild-serialport": "lerna run --scope app electron:rebuild-serialport --",
"app:electron:rebuild-serialport": "lerna run --scope @mudita/mudita-center-app electron:rebuild-serialport --",
"PURE COMMANDS": "========================================================",
"pure:build": "lerna run --scope @mudita/pure build",
"pure:lint": "lerna run --scope @mudita/pure lint",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "^4.2.4"
},
"engines": {
"node": "12.18.4",
"npm": "6.14.6"
"node": "14.17.3",
"npm": "6.14.13"
}
}
2,692 changes: 2,066 additions & 626 deletions packages/app/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@
"homepage": "https://github.com/Mudita/mudita-center",
"devDependencies": {
"@appnroll/delay-response": "^1.0.2",
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@contentful/rich-text-react-renderer": "^14.1.3",
"@contentful/rich-text-types": "^14.1.2",
"@hot-loader/react-dom": "^17.0.1",
Expand Down Expand Up @@ -187,7 +187,7 @@
"axios-mock-adapter": "^1.19.0",
"babel-loader": "^8.2.2",
"babel-plugin-react-intl": "^7.8.3",
"babel-plugin-styled-components": "^1.12.0",
"babel-plugin-styled-components": "^1.13.2",
"babel-preset-react-app": "^10.0.0",
"babel-runtime": "^6.26.0",
"boiler-room-custodian": "^0.6.2",
Expand Down Expand Up @@ -293,7 +293,7 @@
"usb": "^1.6.5"
},
"engines": {
"node": "12.18.4",
"npm": "6.14.6"
"node": "14.17.3",
"npm": "6.14.13"
}
}
6 changes: 3 additions & 3 deletions packages/pure/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"dependencies": {
"p-queue": "^6.6.2",
"serialport": "^9.0.2",
"usb": "^1.6.3"
"usb": "^1.6.5"
},
"engines": {
"node": "12.18.4",
"npm": "6.14.6"
"node": "14.17.3",
"npm": "6.14.13"
}
}

0 comments on commit c7ecd1c

Please sign in to comment.