@parcel/types-internal 2.12.1-canary.3356 → 2.12.1-canary.3358

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": "@parcel/types-internal",
3
- "version": "2.12.1-canary.3356+96d88140e",
3
+ "version": "2.12.1-canary.3358+f53f45037",
4
4
  "license": "MIT",
5
5
  "main": "src/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -16,10 +16,10 @@
16
16
  "check-ts": "tsc --noEmit lib/index.d.ts"
17
17
  },
18
18
  "dependencies": {
19
- "@parcel/diagnostic": "2.0.0-canary.1733+96d88140e",
20
- "@parcel/feature-flags": "2.12.1-canary.3356+96d88140e",
19
+ "@parcel/diagnostic": "2.0.0-canary.1735+f53f45037",
20
+ "@parcel/feature-flags": "2.12.1-canary.3358+f53f45037",
21
21
  "@parcel/source-map": "^2.1.1",
22
22
  "utility-types": "^3.10.0"
23
23
  },
24
- "gitHead": "96d88140e14585945921e4a0142511c29c0f7d0f"
24
+ "gitHead": "f53f4503799a07e3a01452f5e53ead44c30ebc53"
25
25
  }