Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Feb 20, 2020
1 parent 326a1ab commit ca2c5c2
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion components/inner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"@types/styled-components": "4.4.3",
"ava": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion components/pagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"@types/styled-components": "4.4.3",
"ava": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion components/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion guide/configue-stickyroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@stickyroll/stickyroll": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"react": "16.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion guide/creating-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@stickyroll/stickyroll": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"react": "16.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion guide/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@stickyroll/stickyroll": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"react": "16.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion guide/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@stickyroll/pagers": "^1.2.0",
"@stickyroll/stickyroll": "^1.2.0",
"@stickyroll/themes": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"react": "16.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion guide/use-stickyroll-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@stickyroll/hooks": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"react": "16.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion guide/using-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@stickyroll/stickyroll": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"react": "16.12.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@stickyroll/stickyroll": "1.2.0",
"@stickyroll/themes": "1.2.0",
"@stickyroll/utils": "1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"@types/styled-components": "4.4.3",
"lottie-web": "5.6.4",
Expand All @@ -89,7 +89,7 @@
"@patternplate/cli": "3.2.6",
"@patternplate/widgets": "3.2.5",
"@stickyroll/testing-utils": "1.2.0",
"@types/jasmine": "3.5.4",
"@types/jasmine": "3.5.5",
"ava": "3.3.0",
"babel-loader": "8.0.6",
"babel-plugin-istanbul": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stickyroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@stickyroll/pagers": "^1.2.0",
"@stickyroll/stickyroll": "^1.2.0",
"@stickyroll/themes": "^1.2.0",
"@types/react": "^16.9.20",
"@types/react": "^16.9.21",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^4.4.3",
"react": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/frame/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/testing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
"dependencies": {
"@types/jsdom": "16.1.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"enzyme": "3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@ava/babel": "^1.0.1",
"@babel/core": "7.8.4",
"@stickyroll/testing-utils": "^1.2.0",
"@types/react": "16.9.20",
"@types/react": "16.9.21",
"@types/react-dom": "16.9.5",
"ava": "3.3.0",
"cross-env": "7.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2655,10 +2655,10 @@
resolved "https://registry.npmjs.org/@types/iframe-resizer/-/iframe-resizer-3.5.8.tgz#d141f3cbebca951788e3b9a7654d46317bb9345b"
integrity sha512-gkdjvjShS1aKe3giEwOlKGJzUixA5kqMlFRT4zwjC+K+BZWiwGq5/HMSDFu2oeTBJlKP0iWABabssSYjc9PVuQ==

"@types/jasmine@3.5.4":
version "3.5.4"
resolved "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.5.4.tgz#8f9b7b03cc6204d2048b08128dac1f341bfe0591"
integrity sha512-Uc/obv/lRh1t6RMOV6wkiAfYSZ0AOSTJqVl0Th8bHFcDhw4rQ0L60sxVnmOJj+RXbVboAE1Fd/mBclQWARRAsQ==
"@types/jasmine@3.5.5":
version "3.5.5"
resolved "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.5.5.tgz#3cad028470cf36ea24771078ec7ef86939af0d48"
integrity sha512-LlhwGivHkUV8ehNmaXjGGXopLm91G9ORIRcjw7Ya47jVAIGudewFZM2PdPXBvueZfRWwYzLt083wiPfKRXrSlg==

"@types/jsdom@16.1.0":
version "16.1.0"
Expand Down Expand Up @@ -2826,10 +2826,10 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@16.9.20", "@types/react@^16.9.20":
version "16.9.20"
resolved "https://registry.npmjs.org/@types/react/-/react-16.9.20.tgz#e83285766340fb1a7fafe7e5c4708c53832e3641"
integrity sha512-jRrWBr25zzEVNa4QbESKLPluvrZ3W6Odfwrfe2F5vzbrDuNvlpnHa/xbZcXg8RH5D4CE181J5VxrRrLvzRH+5A==
"@types/react@16.9.21", "@types/react@^16.9.21":
version "16.9.21"
resolved "https://registry.npmjs.org/@types/react/-/react-16.9.21.tgz#99e274e2ecfab6bb93920e918341daa3198b348d"
integrity sha512-xpmenCMeBwJRct8vmIfczlgdOXWIWASoOM857kxKfHlVQvDltRh7IFRVfGws79iO2jkNPXOeWREyKoClzhBaQA==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit ca2c5c2

Please sign in to comment.