|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "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", |
10 | 10 | "react-router-dom": "^5.0.0",
|
11 |
| - "react-syntax-highlighter": "^10.1.2", |
| 11 | + "react-syntax-highlighter": "^10.2.1", |
12 | 12 | "redux": "^4.0.1",
|
13 |
| - "styled-components": "^4.1.3", |
| 13 | + "styled-components": "^4.2.0", |
14 | 14 | "uuid": "^3.3.2"
|
15 | 15 | },
|
16 | 16 | "scripts": {
|
|
42 | 42 | ]
|
43 | 43 | },
|
44 | 44 | "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", |
48 | 48 | "@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", |
55 | 55 | "babel-eslint": "^10.0.1",
|
56 |
| - "babel-jest": "^24.0.0", |
| 56 | + "babel-jest": "^24.7.1", |
57 | 57 | "babel-loader": "^8.0.5",
|
58 | 58 | "babel-plugin-require-context-hook": "^1.0.0",
|
59 | 59 | "babel-preset-env": "^1.7.0",
|
60 | 60 | "babel-preset-react": "^6.24.1",
|
61 | 61 | "coveralls": "^3.0.3",
|
62 | 62 | "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", |
65 | 65 | "enzyme-to-json": "^3.3.5",
|
66 |
| - "eslint": "^5.12.1", |
| 66 | + "eslint": "^5.16.0", |
67 | 67 | "eslint-config-react": "^1.1.7",
|
68 |
| - "eslint-loader": "^2.1.1", |
| 68 | + "eslint-loader": "^2.1.2", |
69 | 69 | "eslint-plugin-react": "^7.12.4",
|
70 | 70 | "html-webpack-plugin": "^3.2.0",
|
71 |
| - "jest": "^24.0.0", |
| 71 | + "jest": "^24.7.1", |
72 | 72 | "jest-styled-components": "^6.3.1",
|
73 | 73 | "prettier": "1.16.4",
|
74 |
| - "react-test-renderer": "^16.7.0", |
| 74 | + "react-test-renderer": "^16.8.6", |
75 | 75 | "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", |
78 | 78 | "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" |
83 | 83 | }
|
84 | 84 | }
|
0 commit comments