|
71 | 71 | "@types/invariant": "^2.2.29",
|
72 | 72 | "@types/jest": "^23.3.2",
|
73 | 73 | "@types/jszip": "^3.1.5",
|
74 |
| - "@types/lodash-es": "^4.17.1", |
75 | 74 | "@types/lodash": "^4.14.116",
|
| 75 | + "@types/lodash-es": "^4.17.1", |
| 76 | + "@types/react": "^16.8.13", |
76 | 77 | "@types/react-dom": "^16.8.4",
|
77 | 78 | "@types/react-redux": "^7.1.1",
|
78 |
| - "@types/react": "^16.8.13", |
79 | 79 | "@types/webaudioapi": "^0.0.27",
|
80 | 80 | "@typescript-eslint/eslint-plugin": "^2.6.1",
|
81 | 81 | "@typescript-eslint/parser": "^2.7.0",
|
|
89 | 89 | "css-loader": "^1.0.1",
|
90 | 90 | "cssnano": "^4.1.10",
|
91 | 91 | "data-uri-to-buffer": "^2.0.0",
|
| 92 | + "eslint": "^6.5.1", |
92 | 93 | "eslint-plugin-import": "^2.18.2",
|
93 | 94 | "eslint-plugin-prettier": "^3.1.0",
|
94 |
| - "eslint-plugin-react-hooks": "^2.1.2", |
95 | 95 | "eslint-plugin-react": "^7.16.0",
|
96 |
| - "eslint": "^6.5.1", |
| 96 | + "eslint-plugin-react-hooks": "^2.1.2", |
97 | 97 | "file-loader": "^2.0.0",
|
98 | 98 | "git-revision-webpack-plugin": "^3.0.3",
|
99 | 99 | "glob": "^7.1.4",
|
100 | 100 | "html-webpack-inline-svg-plugin": "^2.3.0",
|
101 | 101 | "html-webpack-plugin": "^4.5.0",
|
102 | 102 | "http-server": "^0.11.1",
|
103 |
| - "imagemin-optipng": "^6.0.0", |
104 | 103 | "imagemin": "^6.1.0",
|
| 104 | + "imagemin-optipng": "^6.0.0", |
| 105 | + "jest": "^24.9.0", |
105 | 106 | "jest-image-snapshot": "^2.12.0",
|
106 | 107 | "jest-puppeteer": "^4.4.0",
|
107 |
| - "jest": "^24.9.0", |
108 |
| - "postcss-loader": "^3.0.0", |
109 | 108 | "postcss": "^7.0.18",
|
| 109 | + "postcss-loader": "^3.0.0", |
110 | 110 | "prettier": "^2.0.4",
|
111 | 111 | "puppeteer": "^1.15.0",
|
112 | 112 | "react-test-renderer": "^17.0.1",
|
|
117 | 117 | "terser-webpack-plugin": "^1.4.3",
|
118 | 118 | "typescript": "^3.7.2",
|
119 | 119 | "url-loader": "^1.1.2",
|
| 120 | + "webpack": "^4.41.2", |
120 | 121 | "webpack-bundle-analyzer": "^4.3.0",
|
121 | 122 | "webpack-cli": "^3.1.2",
|
122 | 123 | "webpack-dev-server": "^3.8.2",
|
123 |
| - "webpack-merge": "^4.1.2", |
124 |
| - "webpack": "^4.41.2" |
| 124 | + "webpack-merge": "^4.1.2" |
125 | 125 | },
|
126 | 126 | "jest": {
|
127 | 127 | "globalSetup": "jest-environment-puppeteer/setup",
|
|
0 commit comments