Update two test dependencies to ESM versions
Update babel-plugin-mockable-imports and enzyme-adapter-preact-pure to the newest versions which have ES module builds. This is primarily to verify that these releases, which I maintain, work in a real application.
Showing
... | ... | @@ -28,7 +28,7 @@ |
"axe-core": "^4.0.0", | ||
"babel-plugin-inject-args": "^1.0.0", | ||
"babel-plugin-istanbul": "^6.0.0", | ||
"babel-plugin-mockable-imports": "^1.8.0", | ||
"babel-plugin-mockable-imports": "^2.0.0", | ||
"babel-plugin-transform-async-to-promises": "^0.8.6", | ||
"chai": "^4.1.2", | ||
"chance": "^1.0.13", | ||
... | ... | @@ -40,7 +40,7 @@ |
"diff": "^5.0.0", | ||
"dompurify": "^2.0.1", | ||
"enzyme": "^3.8.0", | ||
"enzyme-adapter-preact-pure": "^3.0.0", | ||
"enzyme-adapter-preact-pure": "^3.2.0", | ||
"escape-html": "^1.0.3", | ||
"escape-string-regexp": "^4.0.0", | ||
"eslint": "^7.3.1", | ||
... | ... |
Please register or sign in to comment