diff options
author | Ajay <[email protected]> | 2023-03-18 02:04:45 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-03-18 02:04:45 -0400 |
commit | e15e33b0488f31a5033f265e65ac0bac09c6da4c (patch) | |
tree | ab768e98351b3540ed56e749467f3c580d58f38a | |
parent | 2374f4d31b7df6ada17aeb02e9037dc9df95a544 (diff) | |
download | SponsorBlock-e15e33b0488f31a5033f265e65ac0bac09c6da4c.tar.gz SponsorBlock-e15e33b0488f31a5033f265e65ac0bac09c6da4c.zip |
Lock version number for maze utils
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index b0a7b007..891e1389 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ ], "license": "LGPL-3.0-or-later", "dependencies": { - "@ajayyy/maze-utils": "^1.1.10", + "@ajayyy/maze-utils": "1.1.10", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/package.json b/package.json index eb3f9e14..5d126a9b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "background.js", "dependencies": { - "@ajayyy/maze-utils": "^1.1.10", + "@ajayyy/maze-utils": "1.1.10", "content-scripts-register-polyfill": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0" |