diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-28 17:36:31 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-28 17:36:31 -0700 |
commit | b25b737c50fc819d422d776ad25e7221fa18b884 (patch) | |
tree | 73a5bf8ba230b6fd6c0ca4b39496aa7a3eb4d1e0 /extension/package-lock.json | |
parent | 542d9b72d5b413c33d5b670c5d605af71ad74695 (diff) | |
download | sncontinue-b25b737c50fc819d422d776ad25e7221fa18b884.tar.gz sncontinue-b25b737c50fc819d422d776ad25e7221fa18b884.tar.bz2 sncontinue-b25b737c50fc819d422d776ad25e7221fa18b884.zip |
fixes
Diffstat (limited to 'extension/package-lock.json')
-rw-r--r-- | extension/package-lock.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index a4aff512..f8d85a19 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.79", + "version": "0.0.83", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.79", + "version": "0.0.83", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", |