Lock version number for maze utils

This commit is contained in:
Ajay 2023-03-18 02:04:45 -04:00
parent 2374f4d31b
commit e15e33b048
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -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"

View file

@ -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"