|
1 | 1 | { |
2 | 2 | "name": "normandy-devtools", |
3 | | - "version": "2.1.1", |
| 3 | + "version": "2.2.0", |
4 | 4 | "description": "A set of tools for interacting with the Firefox Normandy client", |
5 | 5 | "homepage_url": "https://github.com/mozilla/normandy-devtools", |
6 | 6 | "private": true, |
|
47 | 47 | "@types/jest": "26.0.15", |
48 | 48 | "@types/js-yaml": "3.12.5", |
49 | 49 | "@types/rc-tree": "1.11.3", |
50 | | - "@types/react-router-dom": "5.1.6", |
51 | | - "@types/react-router": "5.1.8", |
52 | 50 | "@types/react": "16.9.52", |
| 51 | + "@types/react-router": "5.1.8", |
| 52 | + "@types/react-router-dom": "5.1.6", |
53 | 53 | "@types/requestidlecallback": "0.3.1", |
54 | 54 | "@typescript-eslint/eslint-plugin": "4.6.0", |
55 | 55 | "@typescript-eslint/parser": "4.5.0", |
|
61 | 61 | "copy-webpack-plugin": "6.2.1", |
62 | 62 | "css-loader": "5.0.0", |
63 | 63 | "dotenv-webpack": "4.0.0", |
| 64 | + "eslint": "7.12.1", |
64 | 65 | "eslint-config-prettier": "6.15.0", |
65 | 66 | "eslint-plugin-fetch-options": "0.0.5", |
66 | 67 | "eslint-plugin-html": "6.1.0", |
|
69 | 70 | "eslint-plugin-no-unsanitized": "3.1.4", |
70 | 71 | "eslint-plugin-prettier": "3.1.4", |
71 | 72 | "eslint-plugin-react": "7.21.5", |
72 | | - "eslint": "7.12.1", |
73 | 73 | "extract-text-webpack-plugin": "3.0.2", |
74 | 74 | "faker": "5.1.0", |
75 | 75 | "file-loader": "6.2.0", |
|
87 | 87 | "react-devtools": "4.9.0", |
88 | 88 | "serve": "11.3.2", |
89 | 89 | "style-loader": "2.0.0", |
| 90 | + "stylelint": "13.7.2", |
90 | 91 | "stylelint-config-standard": "20.0.0", |
91 | 92 | "stylelint-order": "4.1.0", |
92 | | - "stylelint": "13.7.2", |
93 | 93 | "ts-jest": "25.5.1", |
94 | 94 | "typescript": "4.0.5", |
95 | | - "web-ext-types": "3.2.1", |
96 | 95 | "web-ext": "5.3.0", |
| 96 | + "web-ext-types": "3.2.1", |
| 97 | + "webpack": "4.44.2", |
97 | 98 | "webpack-bundle-analyzer": "3.9.0", |
98 | 99 | "webpack-cli": "3.3.12", |
99 | 100 | "webpack-dev-server": "^3.11.0", |
100 | 101 | "webpack-fix-style-only-entries": "0.6.0", |
101 | | - "webpack-merge": "^5.2.0", |
102 | | - "webpack": "4.44.2" |
| 102 | + "webpack-merge": "^5.2.0" |
103 | 103 | }, |
104 | 104 | "dependencies": { |
105 | 105 | "@types/lodash": "^4.14.161", |
|
0 commit comments