|
7 | 7 | "react-dom": "16.8.6",
|
8 | 8 | "react-redux": "7.0.3",
|
9 | 9 | "react-router-dom": "5.0.0",
|
10 |
| - "react-syntax-highlighter": "10.2.1", |
| 10 | + "react-syntax-highlighter": "^10.3.0", |
11 | 11 | "redux": "4.0.1",
|
12 |
| - "styled-components": "4.2.0", |
| 12 | + "styled-components": "^4.2.1", |
13 | 13 | "uuid": "3.3.2"
|
14 | 14 | },
|
15 | 15 | "scripts": {
|
|
41 | 41 | ]
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/core": "7.4.4", |
| 44 | + "@babel/core": "^7.4.5", |
45 | 45 | "@babel/plugin-proposal-class-properties": "7.4.4",
|
46 |
| - "@babel/preset-env": "7.4.4", |
| 46 | + "@babel/preset-env": "^7.4.5", |
47 | 47 | "@babel/preset-react": "7.0.0",
|
48 | 48 | "@storybook/addon-actions": "5.0.11",
|
49 | 49 | "@storybook/addon-knobs": "5.0.11",
|
|
52 | 52 | "@storybook/addons": "5.0.11",
|
53 | 53 | "@storybook/react": "5.0.11",
|
54 | 54 | "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", |
57 | 57 | "babel-plugin-require-context-hook": "1.0.0",
|
58 | 58 | "babel-preset-env": "1.7.0",
|
59 | 59 | "babel-preset-react": "6.24.1",
|
60 | 60 | "coveralls": "3.0.3",
|
61 |
| - "cypress": "3.2.0", |
| 61 | + "cypress": "^3.3.1", |
62 | 62 | "enzyme": "3.9.0",
|
63 |
| - "enzyme-adapter-react-16": "1.12.1", |
| 63 | + "enzyme-adapter-react-16": "^1.13.2", |
64 | 64 | "enzyme-to-json": "3.3.5",
|
65 | 65 | "eslint": "5.16.0",
|
66 | 66 | "eslint-config-react": "1.1.7",
|
67 | 67 | "eslint-loader": "2.1.2",
|
68 |
| - "eslint-plugin-react": "7.12.4", |
| 68 | + "eslint-plugin-react": "^7.13.0", |
69 | 69 | "html-webpack-plugin": "3.2.0",
|
70 |
| - "jest": "24.7.1", |
| 70 | + "jest": "^24.8.0", |
71 | 71 | "jest-styled-components": "6.3.1",
|
72 |
| - "prettier": "1.17.0", |
| 72 | + "prettier": "^1.17.1", |
73 | 73 | "react-test-renderer": "16.8.6",
|
74 | 74 | "redux-mock-store": "1.5.3",
|
75 | 75 | "storybook-addon-styled-component-theme": "1.2.3",
|
76 | 76 | "wait-on": "3.2.0",
|
77 |
| - "webpack": "4.30.0", |
| 77 | + "webpack": "^4.32.2", |
78 | 78 | "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" |
81 | 81 | }
|
82 | 82 | }
|
0 commit comments