Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit 0892c1e

Browse files
chore: update Node version to 8 and update npm packages
1 parent b712ae2 commit 0892c1e

File tree

8 files changed

+325
-469
lines changed

8 files changed

+325
-469
lines changed

package-lock.json

Lines changed: 53 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"husky": "^0.13.4",
3+
"husky": "^0.14.0",
44
"lerna": "2.0.0-rc.5"
55
},
66
"scripts": {
@@ -12,5 +12,8 @@
1212
"storybook:dev": "lerna run --scope @atlauncher/ui-components storybook:dev --stream",
1313
"storybook:publish": "lerna run --scope @atlauncher/ui-components storybook:publish --stream",
1414
"test": "lerna run test"
15+
},
16+
"engines": {
17+
"node": ">= 8"
1518
}
1619
}

packages/babel-preset-atlauncher/package-lock.json

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-preset-atlauncher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"babel-plugin-transform-export-extensions": "^6.22.0",
2222
"babel-plugin-transform-function-bind": "^6.22.0",
2323
"babel-plugin-transform-object-rest-spread": "^6.23.0",
24-
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
24+
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
2525
"babel-plugin-transform-runtime": "^6.23.0",
2626
"babel-preset-env": "^1.5.2",
2727
"babel-preset-react": "^6.24.1"

0 commit comments

Comments
 (0)