Skip to content

Commit af963e7

Browse files
committed
Update all packages to latest version
1 parent 601677d commit af963e7

File tree

3 files changed

+1856
-920
lines changed

3 files changed

+1856
-920
lines changed

__tests__/styles/__snapshots__/global.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`Global style renders with a DARK theme 1`] = `
44
<head>
55
<style
66
data-styled=""
7-
data-styled-version="4.1.3"
7+
data-styled-version="4.2.0"
88
>
99
1010
@@ -18,7 +18,7 @@ exports[`Global style renders with a LIGHT theme 1`] = `
1818
<head>
1919
<style
2020
data-styled=""
21-
data-styled-version="4.1.3"
21+
data-styled-version="4.2.0"
2222
>
2323
2424

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"prop-types": "^15.6.2",
7-
"react": "^16.7.0",
8-
"react-dom": "^16.7.0",
9-
"react-redux": "^6.0.0",
6+
"prop-types": "^15.7.2",
7+
"react": "^16.8.6",
8+
"react-dom": "^16.8.6",
9+
"react-redux": "^7.0.1",
1010
"react-router-dom": "^5.0.0",
11-
"react-syntax-highlighter": "^10.1.2",
11+
"react-syntax-highlighter": "^10.2.1",
1212
"redux": "^4.0.1",
13-
"styled-components": "^4.1.3",
13+
"styled-components": "^4.2.0",
1414
"uuid": "^3.3.2"
1515
},
1616
"scripts": {
@@ -42,43 +42,43 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.2.2",
46-
"@babel/plugin-proposal-class-properties": "^7.3.0",
47-
"@babel/preset-env": "^7.3.1",
45+
"@babel/core": "^7.4.3",
46+
"@babel/plugin-proposal-class-properties": "^7.4.0",
47+
"@babel/preset-env": "^7.4.3",
4848
"@babel/preset-react": "^7.0.0",
49-
"@storybook/addon-actions": "^5.0.0",
50-
"@storybook/addon-knobs": "^5.0.0",
51-
"@storybook/addon-links": "^5.0.0",
52-
"@storybook/addon-storyshots": "^5.0.0",
53-
"@storybook/addons": "^5.0.0",
54-
"@storybook/react": "^5.0.0",
49+
"@storybook/addon-actions": "^5.0.6",
50+
"@storybook/addon-knobs": "^5.0.6",
51+
"@storybook/addon-links": "^5.0.6",
52+
"@storybook/addon-storyshots": "^5.0.6",
53+
"@storybook/addons": "^5.0.6",
54+
"@storybook/react": "^5.0.6",
5555
"babel-eslint": "^10.0.1",
56-
"babel-jest": "^24.0.0",
56+
"babel-jest": "^24.7.1",
5757
"babel-loader": "^8.0.5",
5858
"babel-plugin-require-context-hook": "^1.0.0",
5959
"babel-preset-env": "^1.7.0",
6060
"babel-preset-react": "^6.24.1",
6161
"coveralls": "^3.0.3",
6262
"cypress": "^3.2.0",
63-
"enzyme": "^3.8.0",
64-
"enzyme-adapter-react-16": "^1.8.0",
63+
"enzyme": "^3.9.0",
64+
"enzyme-adapter-react-16": "^1.12.1",
6565
"enzyme-to-json": "^3.3.5",
66-
"eslint": "^5.12.1",
66+
"eslint": "^5.16.0",
6767
"eslint-config-react": "^1.1.7",
68-
"eslint-loader": "^2.1.1",
68+
"eslint-loader": "^2.1.2",
6969
"eslint-plugin-react": "^7.12.4",
7070
"html-webpack-plugin": "^3.2.0",
71-
"jest": "^24.0.0",
71+
"jest": "^24.7.1",
7272
"jest-styled-components": "^6.3.1",
7373
"prettier": "1.16.4",
74-
"react-test-renderer": "^16.7.0",
74+
"react-test-renderer": "^16.8.6",
7575
"redux-mock-store": "^1.5.3",
76-
"storybook-addon-styled-component-theme": "^1.1.1",
77-
"surge": "^0.20.1",
76+
"storybook-addon-styled-component-theme": "1.1.1",
77+
"surge": "^0.20.3",
7878
"wait-on": "^3.2.0",
79-
"webpack": "^4.29.0",
80-
"webpack-bundle-analyzer": "^3.0.3",
81-
"webpack-cli": "^3.2.1",
82-
"webpack-dev-server": "^3.1.14"
79+
"webpack": "^4.29.6",
80+
"webpack-bundle-analyzer": "^3.2.0",
81+
"webpack-cli": "^3.3.0",
82+
"webpack-dev-server": "^3.3.0"
8383
}
8484
}

0 commit comments

Comments
 (0)