Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit c255811

Browse files
committed
Revert "[FIX] bump parse version dependency"
This reverts commit 1c9a510.
1 parent 1c9a510 commit c255811

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@oclif/errors": "^1.1.2",
15-
"@oclif/parser": "^3.5.1",
15+
"@oclif/parser": "^3.4.1",
1616
"debug": "^3.1.0",
1717
"semver": "^5.5.0"
1818
},
@@ -56,4 +56,4 @@
5656
"test": "mocha --forbid-only \"test/**/*.test.ts\""
5757
},
5858
"types": "lib/index.d.ts"
59-
}
59+
}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
"@oclif/linewrap" "^1.0.0"
8282
chalk "^2.4.1"
8383

84-
"@oclif/parser@^3.5.1":
85-
version "3.5.1"
86-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.5.1.tgz#2f60ac9773565786b6e1afff967b36a6399defcc"
84+
"@oclif/parser@^3.4.1":
85+
version "3.4.1"
86+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.4.1.tgz#83942276f3cf9406a1a3dcf3eb917183d6333e1d"
8787
dependencies:
8888
"@oclif/linewrap" "^1.0.0"
8989
chalk "^2.4.1"

0 commit comments

Comments
 (0)