@parcel/lsp 2.12.1-dev.3264 → 2.12.1-dev.3267

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/lsp",
3
- "version": "2.12.1-dev.3264+5b2eaaf7b",
3
+ "version": "2.12.1-dev.3267+d23374796",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "engines": {
24
24
  "node": ">= 12.0.0",
25
- "parcel": "^2.0.0-dev.1425+5b2eaaf7b"
25
+ "parcel": "^2.0.0-dev.1428+d23374796"
26
26
  },
27
27
  "dependencies": {
28
- "@parcel/lsp-protocol": "2.12.1-dev.3264+5b2eaaf7b",
28
+ "@parcel/lsp-protocol": "2.12.1-dev.3267+d23374796",
29
29
  "@parcel/watcher": "^2.0.7",
30
30
  "common-path-prefix": "^3.0.0",
31
31
  "nullthrows": "^1.1.1",
@@ -44,5 +44,5 @@
44
44
  "targets": {
45
45
  "types": false
46
46
  },
47
- "gitHead": "5b2eaaf7bcb1a4eceffcb265a7841caf441167cf"
47
+ "gitHead": "d23374796ba2b63546910c8b0f3da789579a4d7b"
48
48
  }