Skip to content

Commit

Permalink
Updating node version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Jan 22, 2020
1 parent c0bbe46 commit 2a91c1d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "8"
- "10"
- '10'
- '12'
cache: yarn

install:
Expand All @@ -19,5 +19,5 @@ deploy:
script: lerna publish from-package --yes --no-git-tag-version --no-push
skip_cleanup: true
on:
node: "10"
node: '10'
tags: true
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.4.2"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion packages/create-react-dependency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-dependency",
"version": "0.4.2",
"version": "0.5.0",
"description": "Creating react libraries",
"main": "index.js",
"author": "André Lins <[email protected]> (https://andrelmlins.github.io/)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const createPackageJson = (root, name) => {
devDependencies: {
react: '^16.12.0',
'react-dom': '^16.12.0',
'react-dependency-scripts': '^0.4.2'
'react-dependency-scripts': '^0.5.0'
},
browserslist: {
production: ['>0.2%', 'not dead', 'not op_mini all'],
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dependency-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dependency-scripts",
"version": "0.4.2",
"version": "0.5.0",
"description": "Scripts of react libraries",
"main": "index.js",
"author": "André Lins <[email protected]> (https://andrelmlins.github.io/)",
Expand Down Expand Up @@ -34,7 +34,7 @@
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-react-app": "^9.1.0",
"css-loader": "^3.4.2",
"file-loader": "^4.2.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"jest": "^25.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6153,10 +6153,10 @@ file-entry-cache@^5.0.1:
dependencies:
flat-cache "^2.0.1"

file-loader@^4.2.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.3.0.tgz#780f040f729b3d18019f20605f723e844b8a58af"
integrity sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA==
file-loader@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-5.0.2.tgz#7f3d8b4ac85a5e8df61338cfec95d7405f971caa"
integrity sha512-QMiQ+WBkGLejKe81HU8SZ9PovsU/5uaLo0JdTCEXOYv7i7jfAjHZi1tcwp9tSASJPOmmHZtbdCervFmXMH/Dcg==
dependencies:
loader-utils "^1.2.3"
schema-utils "^2.5.0"
Expand Down

0 comments on commit 2a91c1d

Please sign in to comment.