|
57 | 57 | "@babel/register": "^7.10.1",
|
58 | 58 | "@rollup/plugin-replace": "^2.3.1",
|
59 | 59 | "@testing-library/dom": "^7.0.3",
|
60 |
| - "@testing-library/react-hooks": "3.3.0", |
61 | 60 | "@testing-library/react": "^10.0.1",
|
62 |
| - "@types/chai-dom": "^0.0.10", |
| 61 | + "@testing-library/react-hooks": "3.3.0", |
63 | 62 | "@types/chai": "^4.2.3",
|
| 63 | + "@types/chai-dom": "^0.0.10", |
64 | 64 | "@types/enzyme": "^3.10.3",
|
65 | 65 | "@types/fs-extra": "^9.0.0",
|
66 | 66 | "@types/glob": "^7.1.1",
|
|
82 | 82 | "babel-plugin-tester": "^9.0.0",
|
83 | 83 | "babel-plugin-transform-dev-warning": "^0.1.0",
|
84 | 84 | "babel-plugin-transform-react-remove-prop-types": "^0.4.21",
|
85 |
| - "chai-dom": "^1.8.1", |
86 | 85 | "chai": "^4.1.2",
|
| 86 | + "chai-dom": "^1.8.1", |
87 | 87 | "chalk": "^4.0.0",
|
88 | 88 | "compression-webpack-plugin": "^4.0.0",
|
89 | 89 | "confusing-browser-globals": "^1.0.9",
|
|
92 | 92 | "danger": "^10.0.0",
|
93 | 93 | "dom-accessibility-api": "^0.4.3",
|
94 | 94 | "dtslint": "^3.2.0",
|
95 |
| - "enzyme-adapter-react-16": "^1.14.0", |
96 | 95 | "enzyme": "^3.9.0",
|
| 96 | + "enzyme-adapter-react-16": "^1.14.0", |
| 97 | + "eslint": "^7.4.0", |
97 | 98 | "eslint-config-airbnb-typescript": "^8.0.2",
|
98 | 99 | "eslint-config-prettier": "^6.11.0",
|
99 | 100 | "eslint-import-resolver-webpack": "^0.12.2",
|
100 | 101 | "eslint-plugin-babel": "^5.3.1",
|
101 | 102 | "eslint-plugin-import": "^2.22.0",
|
102 | 103 | "eslint-plugin-jsx-a11y": "^6.3.1",
|
103 | 104 | "eslint-plugin-mocha": "^7.0.1",
|
104 |
| - "eslint-plugin-react-hooks": "^4.0.7", |
105 | 105 | "eslint-plugin-react": "^7.20.3",
|
106 |
| - "eslint": "^7.4.0", |
| 106 | + "eslint-plugin-react-hooks": "^4.0.7", |
107 | 107 | "expect-puppeteer": "^4.3.0",
|
108 | 108 | "format-util": "^1.0.5",
|
109 | 109 | "fs-extra": "^9.0.0",
|
110 |
| - "glob-gitignore": "^1.0.11", |
111 | 110 | "glob": "^7.1.2",
|
| 111 | + "glob-gitignore": "^1.0.11", |
112 | 112 | "jsdom": "^16.0.0",
|
| 113 | + "karma": "^5.0.1", |
113 | 114 | "karma-browserstack-launcher": "~1.4.0",
|
114 | 115 | "karma-chrome-launcher": "^3.0.0",
|
115 |
| - "karma-mocha-reporter": "^2.2.5", |
116 | 116 | "karma-mocha": "^2.0.0",
|
| 117 | + "karma-mocha-reporter": "^2.2.5", |
117 | 118 | "karma-sourcemap-loader": "^0.3.7",
|
118 | 119 | "karma-webpack": "^4.0.2",
|
119 |
| - "karma": "^5.0.1", |
120 | 120 | "lerna": "^3.16.4",
|
121 | 121 | "lodash": "^4.17.15",
|
122 | 122 | "mocha": "^8.0.1",
|
|
126 | 126 | "pretty-format-v24": "npm:pretty-format@24",
|
127 | 127 | "prop-types": "^15.7.2",
|
128 | 128 | "puppeteer": "^5.0.0",
|
| 129 | + "react": "^16.13.0", |
129 | 130 | "react-dom": "^16.13.0",
|
130 | 131 | "react-test-renderer": "^16.13.0",
|
131 |
| - "react": "^16.13.0", |
132 | 132 | "remark": "^12.0.0",
|
133 | 133 | "rimraf": "^3.0.0",
|
| 134 | + "rollup": "^2.10.8", |
134 | 135 | "rollup-plugin-babel": "^4.3.3",
|
135 | 136 | "rollup-plugin-commonjs": "^10.1.0",
|
136 | 137 | "rollup-plugin-node-globals": "^1.4.0",
|
137 | 138 | "rollup-plugin-node-resolve": "^5.2.0",
|
138 | 139 | "rollup-plugin-size-snapshot": "^0.12.0",
|
139 | 140 | "rollup-plugin-terser": "^6.1.0",
|
140 |
| - "rollup": "^2.10.8", |
141 | 141 | "sinon": "^9.0.0",
|
142 | 142 | "size-limit": "^0.21.0",
|
143 | 143 | "ts-node": "^8.3.0",
|
|
146 | 146 | "unist-util-visit": "^2.0.2",
|
147 | 147 | "url-loader": "^4.1.0",
|
148 | 148 | "vrtest-mui": "^0.3.3",
|
149 |
| - "webpack-cli": "^3.3.9", |
150 | 149 | "webpack": "^4.41.0",
|
| 150 | + "webpack-cli": "^3.3.9", |
151 | 151 | "yargs": "^15.2.0",
|
152 | 152 | "yarn-deduplicate": "^2.0.0"
|
153 | 153 | },
|
|
0 commit comments