Skip to content

Commit cb3de0e

Browse files
committedJan 23, 2023
fix: bump core
1 parent 9532269 commit cb3de0e

File tree

2 files changed

+1930
-2260
lines changed

2 files changed

+1930
-2260
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
77
"dependencies": {
8-
"@oclif/core": "^1.25.0",
8+
"@oclif/core": "^2.0.3",
99
"chalk": "^4.1.0",
1010
"debug": "^4.1.0",
1111
"fs-extra": "^9.0.1",
@@ -27,7 +27,7 @@
2727
"eslint-config-oclif-typescript": "^0.2.0",
2828
"globby": "^11.0.1",
2929
"mocha": "^8.0.1",
30-
"oclif": "^2.1.0",
30+
"oclif": "^3.6.1",
3131
"ts-node": "^9.1.1",
3232
"tslib": "^2.4.1",
3333
"typescript": "4.4.3"
@@ -66,4 +66,4 @@
6666
"version": "oclif readme && git add README.md"
6767
},
6868
"main": "lib/index.js"
69-
}
69+
}

‎yarn.lock

+1,927-2,257
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.