Skip to content

Commit 90245d4

Browse files
Update dependencies
1 parent 22e191d commit 90245d4

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

examples/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,35 @@
2828
"deploy": "gh-pages -d dist"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.7.5",
32-
"@babel/plugin-proposal-class-properties": "7.7.4",
33-
"@babel/preset-env": "7.7.6",
34-
"@babel/preset-react": "7.7.4",
35-
"autoprefixer": "^9.7.3",
31+
"@babel/core": "7.8.3",
32+
"@babel/plugin-proposal-class-properties": "7.8.3",
33+
"@babel/preset-env": "7.8.3",
34+
"@babel/preset-react": "7.8.3",
35+
"autoprefixer": "^9.7.4",
3636
"babel-eslint": "10.0.3",
3737
"babel-loader": "8.0.6",
38-
"css-loader": "3.3.0",
39-
"eslint": "6.7.2",
40-
"eslint-config-prettier": "6.7.0",
41-
"eslint-plugin-prettier": "3.1.1",
42-
"eslint-plugin-react": "7.17.0",
38+
"css-loader": "3.4.2",
39+
"eslint": "6.8.0",
40+
"eslint-config-prettier": "6.9.0",
41+
"eslint-plugin-prettier": "3.1.2",
42+
"eslint-plugin-react": "7.18.0",
4343
"eslint-plugin-react-hooks": "2.3.0",
44-
"gh-pages": "2.1.1",
44+
"gh-pages": "2.2.0",
4545
"html-webpack-plugin": "3.2.0",
4646
"postcss-loader": "^3.0.0",
4747
"prettier": "1.19.1",
48-
"style-loader": "1.0.1",
49-
"stylelint": "12.0.0",
48+
"style-loader": "1.1.3",
49+
"stylelint": "13.0.0",
5050
"stylelint-config-standard": "19.0.0",
5151
"url-loader": "3.0.0",
52-
"webpack": "4.41.2",
52+
"webpack": "4.41.5",
5353
"webpack-cli": "3.3.10",
54-
"webpack-dev-server": "3.9.0"
54+
"webpack-dev-server": "3.10.1"
5555
},
5656
"dependencies": {
5757
"@sandstreamdev/react-swipeable-list": "0.3.2",
58-
"@sandstreamdev/std": "0.4.0",
59-
"react": "^16.8.0",
60-
"react-dom": "^16.8.0"
58+
"@sandstreamdev/std": "0.9.0",
59+
"react": "^16.12.0",
60+
"react-dom": "^16.12.0"
6161
}
6262
}

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,42 +23,42 @@
2323
"browser": "dist/react-swipeable-list.umd.js",
2424
"peerDependencies": {
2525
"prop-types": "^15.7.2",
26-
"react": "^16.8.0",
27-
"react-dom": "^16.8.0"
26+
"react": "^16.12.0",
27+
"react-dom": "^16.12.0"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "7.7.5",
31-
"@babel/plugin-proposal-class-properties": "7.7.4",
32-
"@babel/plugin-transform-modules-commonjs": "7.7.5",
33-
"@babel/preset-env": "7.7.6",
34-
"@babel/preset-react": "7.7.4",
35-
"@testing-library/jest-dom": "4.2.4",
36-
"@testing-library/react": "9.3.2",
37-
"autoprefixer": "9.7.3",
30+
"@babel/core": "7.8.3",
31+
"@babel/plugin-proposal-class-properties": "7.8.3",
32+
"@babel/plugin-transform-modules-commonjs": "7.8.3",
33+
"@babel/preset-env": "7.8.3",
34+
"@babel/preset-react": "7.8.3",
35+
"@testing-library/jest-dom": "5.0.2",
36+
"@testing-library/react": "9.4.0",
37+
"autoprefixer": "9.7.4",
3838
"babel-eslint": "10.0.3",
39-
"eslint": "6.7.2",
40-
"eslint-config-prettier": "6.7.0",
41-
"eslint-plugin-prettier": "3.1.1",
42-
"eslint-plugin-react": "7.17.0",
39+
"eslint": "6.8.0",
40+
"eslint-config-prettier": "6.9.0",
41+
"eslint-plugin-prettier": "3.1.2",
42+
"eslint-plugin-react": "7.18.0",
4343
"eslint-plugin-react-hooks": "2.3.0",
44-
"husky": "3.1.0",
44+
"husky": "4.2.0",
4545
"identity-obj-proxy": "3.0.0",
46-
"jest": "24.9.0",
46+
"jest": "25.1.0",
4747
"jest-transform-css": "2.0.0",
48-
"lint-staged": "9.5.0",
48+
"lint-staged": "10.0.2",
4949
"prettier": "1.19.1",
5050
"prop-types": "^15.7.2",
51-
"react": "^16.8.0",
52-
"react-dom": "^16.8.0",
53-
"rollup": "1.27.9",
51+
"react": "^16.12.0",
52+
"react-dom": "^16.12.0",
53+
"rollup": "1.29.1",
5454
"rollup-plugin-babel": "4.3.3",
5555
"rollup-plugin-commonjs": "10.1.0",
56-
"rollup-plugin-copy": "3.1.0",
56+
"rollup-plugin-copy": "3.3.0",
5757
"rollup-plugin-local-resolve": "1.0.7",
5858
"rollup-plugin-node-resolve": "5.2.0",
5959
"rollup-plugin-peer-deps-external": "2.2.0",
60-
"rollup-plugin-postcss": "2.0.3",
61-
"stylelint": "12.0.0",
60+
"rollup-plugin-postcss": "2.0.4",
61+
"stylelint": "13.0.0",
6262
"stylelint-config-standard": "19.0.0"
6363
},
6464
"scripts": {

0 commit comments

Comments
 (0)