Skip to content

Commit 719629f

Browse files
committed
Upgarde to use-spring 0.2.2
1 parent edba036 commit 719629f

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

packs/code-surfer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-surfer",
33
"description": "Rad code slides",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"license": "MIT",
66
"author": "pomber",
77
"repository": "pomber/code-surfer",
@@ -26,14 +26,14 @@
2626
"react": "^16.8.0"
2727
},
2828
"dependencies": {
29-
"@code-surfer/standalone": "3.1.0",
29+
"@code-surfer/standalone": "3.1.1",
3030
"@types/theme-ui": "^0.2.0",
3131
"array.prototype.flat": "^1.2.1",
3232
"diff": "^4.0.1",
3333
"prismjs": "^1.16.0",
3434
"rebound": "^0.1.0",
3535
"shell-quote": "^1.6.1",
36-
"use-spring": "^0.2.1"
36+
"use-spring": "^0.2.2"
3737
},
3838
"devDependencies": {
3939
"@types/jest": "^24.0.15",

packs/standalone/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@code-surfer/standalone",
33
"description": "Code Surfer React component",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"private": false,
66
"license": "MIT",
77
"author": "pomber",
@@ -26,8 +26,8 @@
2626
"react": "^16.8.0"
2727
},
2828
"dependencies": {
29-
"@code-surfer/step-parser": "3.1.0",
30-
"@code-surfer/themes": "3.1.0",
29+
"@code-surfer/step-parser": "3.1.1",
30+
"@code-surfer/themes": "3.1.1",
3131
"@types/table": "^4.0.7",
3232
"@types/theme-ui": "^0.2.2",
3333
"array.prototype.flat": "^1.2.1",

packs/step-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-surfer/step-parser",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"private": false,
55
"license": "MIT",
66
"author": "pomber",

packs/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@code-surfer/themes",
33
"description": "Themes for Code Surfer",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"private": false,
66
"license": "MIT",
77
"author": "pomber",

sites/book/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"build": "build-storybook -c ./src -o ./dist"
99
},
1010
"dependencies": {
11-
"@code-surfer/standalone": "3.1.0",
11+
"@code-surfer/standalone": "3.1.1",
1212
"react": "^16.9.0",
1313
"react-dom": "^16.9.0",
1414
"theme-ui": "^0.2.41",
15-
"use-spring": "^0.2.1"
15+
"use-spring": "^0.2.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.4.5",

sites/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"code-surfer": "3.1.0",
7+
"code-surfer": "3.1.1",
88
"gatsby": "^2.15.28",
99
"gatsby-plugin-react-helmet": "^3.1.15",
1010
"gatsby-theme-mdx-deck": "^3.0.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15384,10 +15384,10 @@ url@^0.11.0:
1538415384
punycode "1.3.2"
1538515385
querystring "0.2.0"
1538615386

15387-
use-spring@^0.2.1:
15388-
version "0.2.1"
15389-
resolved "https://registry.yarnpkg.com/use-spring/-/use-spring-0.2.1.tgz#ca573f87d35ba2171cc9c6aef80002b0bba3baea"
15390-
integrity sha512-7/Z28XHFUwU+J1o2YQwVlr4yChwFBRJkJST2QCrnFmMVs42CokT/qVhC4XzPwUIoZPcHAgIPaKx0li9yW0V5Rg==
15387+
use-spring@^0.2.2:
15388+
version "0.2.2"
15389+
resolved "https://registry.yarnpkg.com/use-spring/-/use-spring-0.2.2.tgz#64d735dfec8fba1e98ddf93ad030f5a45302103b"
15390+
integrity sha512-SWtDkQgP+o3aDi6gykSsXaCf0WOOO4kCU90g96eeY0fx+8naZNymRE3gthUWxv5aXR22n0KKqHto1bgDq2bZUw==
1539115391

1539215392
use@^3.1.0:
1539315393
version "3.1.1"

0 commit comments

Comments
 (0)