babel-plugin-named-asset-import 0.3.5 → 0.3.6

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-plugin-named-asset-import",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
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": "^7.0.1",
22
+ "babel-plugin-tester": "^8.0.1",
23
23
  "jest": "24.9.0"
24
24
  },
25
25
  "scripts": {
26
26
  "test": "jest"
27
27
  },
28
- "gitHead": "9a817dd0d780ec401afb1f99dbc0f3bdbcd51683"
28
+ "gitHead": "d7c68420f7ca1c03b50a2c6b9ecd9c7bf94a10f6"
29
29
  }