babel-plugin-named-asset-import 1.0.0-next.101 → 1.0.0-next.102

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-named-asset-import",
3
- "version": "1.0.0-next.101+7ab01169",
3
+ "version": "1.0.0-next.102+657739fb",
4
4
  "description": "Babel plugin for named asset imports in Create React App",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,11 +19,11 @@
19
19
  "@babel/core": "^7.1.0"
20
20
  },
21
21
  "devDependencies": {
22
- "babel-plugin-tester": "^8.0.1",
23
- "jest": "26.1.0"
22
+ "babel-plugin-tester": "^10.1.0",
23
+ "jest": "^27.4.3"
24
24
  },
25
25
  "scripts": {
26
26
  "test": "jest"
27
27
  },
28
- "gitHead": "7ab0116939064c0417950fa7f92dff7324fe2126"
28
+ "gitHead": "657739fb15a39fc2bb608ff446c308406afe6388"
29
29
  }