Skip to content

Commit e8b6aa0

Browse files
Merge pull request zoltantothcom#81 from zoltantothcom/dev
Update packages to latest versions
2 parents 509ae3b + 0609f36 commit e8b6aa0

File tree

3 files changed

+936
-936
lines changed

3 files changed

+936
-936
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.2.0"
7+
data-styled-version="4.2.1"
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.2.0"
21+
data-styled-version="4.2.1"
2222
>
2323
2424

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"react-dom": "16.8.6",
88
"react-redux": "7.0.3",
99
"react-router-dom": "5.0.0",
10-
"react-syntax-highlighter": "10.2.1",
10+
"react-syntax-highlighter": "^10.3.0",
1111
"redux": "4.0.1",
12-
"styled-components": "4.2.0",
12+
"styled-components": "^4.2.1",
1313
"uuid": "3.3.2"
1414
},
1515
"scripts": {
@@ -41,9 +41,9 @@
4141
]
4242
},
4343
"devDependencies": {
44-
"@babel/core": "7.4.4",
44+
"@babel/core": "^7.4.5",
4545
"@babel/plugin-proposal-class-properties": "7.4.4",
46-
"@babel/preset-env": "7.4.4",
46+
"@babel/preset-env": "^7.4.5",
4747
"@babel/preset-react": "7.0.0",
4848
"@storybook/addon-actions": "5.0.11",
4949
"@storybook/addon-knobs": "5.0.11",
@@ -52,31 +52,31 @@
5252
"@storybook/addons": "5.0.11",
5353
"@storybook/react": "5.0.11",
5454
"babel-eslint": "10.0.1",
55-
"babel-jest": "24.7.1",
56-
"babel-loader": "8.0.5",
55+
"babel-jest": "^24.8.0",
56+
"babel-loader": "^8.0.6",
5757
"babel-plugin-require-context-hook": "1.0.0",
5858
"babel-preset-env": "1.7.0",
5959
"babel-preset-react": "6.24.1",
6060
"coveralls": "3.0.3",
61-
"cypress": "3.2.0",
61+
"cypress": "^3.3.1",
6262
"enzyme": "3.9.0",
63-
"enzyme-adapter-react-16": "1.12.1",
63+
"enzyme-adapter-react-16": "^1.13.2",
6464
"enzyme-to-json": "3.3.5",
6565
"eslint": "5.16.0",
6666
"eslint-config-react": "1.1.7",
6767
"eslint-loader": "2.1.2",
68-
"eslint-plugin-react": "7.12.4",
68+
"eslint-plugin-react": "^7.13.0",
6969
"html-webpack-plugin": "3.2.0",
70-
"jest": "24.7.1",
70+
"jest": "^24.8.0",
7171
"jest-styled-components": "6.3.1",
72-
"prettier": "1.17.0",
72+
"prettier": "^1.17.1",
7373
"react-test-renderer": "16.8.6",
7474
"redux-mock-store": "1.5.3",
7575
"storybook-addon-styled-component-theme": "1.2.3",
7676
"wait-on": "3.2.0",
77-
"webpack": "4.30.0",
77+
"webpack": "^4.32.2",
7878
"webpack-bundle-analyzer": "3.3.2",
79-
"webpack-cli": "3.3.1",
80-
"webpack-dev-server": "3.3.1"
79+
"webpack-cli": "^3.3.2",
80+
"webpack-dev-server": "^3.4.1"
8181
}
8282
}

0 commit comments

Comments
 (0)