Skip to content

Commit 637c3cc

Browse files
committed
update dep
1 parent 2f388c7 commit 637c3cc

File tree

4 files changed

+8968
-8051
lines changed

4 files changed

+8968
-8051
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v17.1.0

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
language: node_js
22

33
node_js:
4-
- "7"
5-
- "6"
4+
- "17"
5+
- "16"
66

77
cache:
88
yarn: true
99

1010
branches:
1111
only:
12-
- master
13-
- develop
12+
- master
13+
- develop
1414
except:
15-
- gh-pages-src
15+
- gh-pages-src
1616

1717
before_install:
1818
- curl -o- -L https://yarnpkg.com/install.sh | bash -s

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
"jsdom": "11.2.0",
7272
"jsdom-global": "3.0.2",
7373
"lerna": "2.8.0",
74-
"node-sass": "4.5.3",
74+
"node-sass": "7.0.1",
7575
"react-test-renderer": "16.0.0",
76-
"sass-loader": "6.0.6",
76+
"sass-loader": "12.6.0",
7777
"sinon": "3.2.1",
7878
"style-loader": "0.17.0",
7979
"webpack": "3.5.4",

0 commit comments

Comments
 (0)