Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Mar 11, 2020
1 parent ca2c5c2 commit 74cad8c
Show file tree
Hide file tree
Showing 22 changed files with 565 additions and 470 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node
v12.16.1
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "10"
- "12"
scripts:
- yarn global add codecov
Expand Down
20 changes: 10 additions & 10 deletions components/inner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,30 +65,30 @@
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.21",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@types/styled-components": "4.4.3",
"ava": "3.3.0",
"@types/styled-components": "5.0.1",
"ava": "3.5.0",
"babel-plugin-styled-components": "1.10.7",
"cross-env": "7.0.0",
"cross-env": "7.0.2",
"enzyme": "3.11.0",
"imhotep": "1.1.7",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-dom": "16.13.0",
"rimraf": "3.0.2",
"rollup": "1.31.1",
"rollup-plugin-babel": "4.3.3",
"rollup": "2.0.3",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-typescript2": "0.26.0",
"styled-components": "4.4.1",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-node": "8.6.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"peerDependencies": {
"react": "^16.12.0",
"react": "^16.13.0",
"styled-components": "^5.0.1"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 deletions components/pagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,29 +65,29 @@
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.21",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@types/styled-components": "4.4.3",
"ava": "3.3.0",
"@types/styled-components": "5.0.1",
"ava": "3.5.0",
"babel-plugin-styled-components": "1.10.7",
"cross-env": "7.0.0",
"cross-env": "7.0.2",
"enzyme": "3.11.0",
"imhotep": "1.1.7",
"react": "16.12.0",
"react-dom": "16.12.0",
"rollup": "1.31.1",
"rollup-plugin-babel": "4.3.3",
"react-dom": "16.13.0",
"rollup": "2.0.3",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-typescript2": "0.26.0",
"styled-components": "4.4.1",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-node": "8.6.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"peerDependencies": {
"react": "^16.12.0",
"react": "^16.13.0",
"styled-components": "^5.0.1"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions components/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,24 @@
],
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.21",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
"ava": "3.5.0",
"cross-env": "7.0.2",
"enzyme": "3.11.0",
"imhotep": "1.1.7",
"react": "16.12.0",
"react-dom": "16.12.0",
"rollup": "1.31.1",
"rollup-plugin-babel": "4.3.3",
"react-dom": "16.13.0",
"rollup": "2.0.3",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-typescript2": "0.26.0",
"ts-node": "8.6.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"peerDependencies": {
"react": "^16.12.0"
"react": "^16.13.0"
},
"engines": {
"node": ">=10.18.0",
Expand Down
10 changes: 5 additions & 5 deletions guide/configue-stickyroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"dependencies": {
"@stickyroll/stickyroll": "^1.2.0",
"@types/react": "16.9.21",
"react": "16.12.0"
"@types/react": "16.9.23",
"react": "16.13.0"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@types/react-dom": "16.9.5",
"imhotep": "1.1.7",
"react-dom": "16.12.0",
"react-dom": "16.13.0",
"rimraf": "3.0.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"engines": {
"node": ">=10.18.0",
Expand Down
10 changes: 5 additions & 5 deletions guide/creating-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"dependencies": {
"@stickyroll/stickyroll": "^1.2.0",
"@types/react": "16.9.21",
"react": "16.12.0"
"@types/react": "16.9.23",
"react": "16.13.0"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@types/react-dom": "16.9.5",
"imhotep": "1.1.7",
"react-dom": "16.12.0",
"react-dom": "16.13.0",
"rimraf": "3.0.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"engines": {
"node": ">=10.18.0",
Expand Down
10 changes: 5 additions & 5 deletions guide/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"dependencies": {
"@stickyroll/stickyroll": "^1.2.0",
"@types/react": "16.9.21",
"react": "16.12.0"
"@types/react": "16.9.23",
"react": "16.13.0"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@types/react-dom": "16.9.5",
"imhotep": "1.1.7",
"react-dom": "16.12.0",
"react-dom": "16.13.0",
"rimraf": "3.0.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"engines": {
"node": ">=10.18.0",
Expand Down
10 changes: 5 additions & 5 deletions guide/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"@stickyroll/pagers": "^1.2.0",
"@stickyroll/stickyroll": "^1.2.0",
"@stickyroll/themes": "^1.2.0",
"@types/react": "16.9.21",
"react": "16.12.0"
"@types/react": "16.9.23",
"react": "16.13.0"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@types/react-dom": "16.9.5",
"imhotep": "1.1.7",
"react-dom": "16.12.0",
"react-dom": "16.13.0",
"rimraf": "3.0.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"engines": {
"node": ">=10.18.0",
Expand Down
14 changes: 7 additions & 7 deletions guide/use-stickyroll-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
},
"dependencies": {
"@stickyroll/hooks": "^1.2.0",
"@types/react": "16.9.21",
"react": "16.12.0"
"@types/react": "16.9.23",
"react": "16.13.0"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@types/react-dom": "16.9.5",
"imhotep": "1.1.7",
"react-dom": "16.12.0",
"react-dom": "16.13.0",
"rimraf": "3.0.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"resolutions": {
"react": "16.12.0",
"react-dom": "16.12.0"
"react": "16.13.0",
"react-dom": "16.13.0"
},
"engines": {
"node": ">=10.18.0",
Expand Down
10 changes: 5 additions & 5 deletions guide/using-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"dependencies": {
"@stickyroll/stickyroll": "^1.2.0",
"@types/react": "16.9.21",
"react": "16.12.0"
"@types/react": "16.9.23",
"react": "16.13.0"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@types/react-dom": "16.9.5",
"imhotep": "1.1.7",
"react-dom": "16.12.0",
"react-dom": "16.13.0",
"rimraf": "3.0.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"engines": {
"node": ">=10.18.0",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,23 @@
"@stickyroll/stickyroll": "1.2.0",
"@stickyroll/themes": "1.2.0",
"@stickyroll/utils": "1.2.0",
"@types/react": "16.9.21",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@types/styled-components": "4.4.3",
"lottie-web": "5.6.4",
"react": "16.12.0",
"react-dom": "16.12.0",
"@types/styled-components": "5.0.1",
"lottie-web": "5.6.6",
"react": "16.13.0",
"react-dom": "16.13.0",
"styled-components": "5.0.1"
},
"devDependencies": {
"@asspixel/karma-browserstack-launcher": "1.5.1",
"@babel/core": "7.8.4",
"@babel/register": "7.8.3",
"@babel/core": "7.8.7",
"@babel/register": "7.8.6",
"@patternplate/cli": "3.2.6",
"@patternplate/widgets": "3.2.5",
"@stickyroll/testing-utils": "1.2.0",
"@types/jasmine": "3.5.5",
"ava": "3.3.0",
"@types/jasmine": "3.5.9",
"ava": "3.5.0",
"babel-loader": "8.0.6",
"babel-plugin-istanbul": "6.0.0",
"babel-plugin-styled-components": "1.10.7",
Expand All @@ -99,7 +99,7 @@
"commitlint": "8.3.5",
"concurrently": "^5.1.0",
"copy-webpack-plugin": "5.1.1",
"cross-env": "7.0.0",
"cross-env": "7.0.2",
"dotenv": "8.2.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
Expand All @@ -118,7 +118,7 @@
"karma-webpack": "4.0.2",
"lerna": "3.20.2",
"meow": "6.0.1",
"npm-check-updates": "4.0.1",
"npm-check-updates": "4.0.4",
"nyc": "15.0.0",
"os": "0.1.1",
"prettier": "1.19.1",
Expand All @@ -128,9 +128,9 @@
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-node": "8.6.2",
"typedoc": "0.16.10",
"typescript": "3.7.5",
"webpack": "4.41.6",
"typedoc": "0.16.11",
"typescript": "3.8.3",
"webpack": "4.42.0",
"webpack-dev-server": "3.10.3"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,24 @@
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@babel/core": "7.8.7",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.21",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
"ava": "3.5.0",
"cross-env": "7.0.2",
"enzyme": "3.11.0",
"imhotep": "1.1.7",
"react": "16.12.0",
"react-dom": "16.12.0",
"rollup": "1.31.1",
"rollup-plugin-babel": "4.3.3",
"react-dom": "16.13.0",
"rollup": "2.0.3",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-typescript2": "0.26.0",
"ts-node": "8.6.2",
"typescript": "3.7.5"
"typescript": "3.8.3"
},
"peerDependencies": {
"react": "^16.12.0"
"react": "^16.13.0"
},
"engines": {
"node": ">=10.18.0",
Expand Down

0 comments on commit 74cad8c

Please sign in to comment.