Update mod deps and version for 3.3.0
This commit is contained in:
parent
9809799975
commit
f7c5834ac0
21
package.json
21
package.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "clearvision",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"author": "Limbo",
|
||||
"license": "CC BY-NC 4.0",
|
||||
"main": "src/mod.js",
|
||||
"akiVersion": "3.2.4",
|
||||
"akiVersion": "3.3.0",
|
||||
"isBundleMod": true,
|
||||
"scripts": {
|
||||
"setup:environment": "npm i",
|
||||
@ -14,13 +14,14 @@
|
||||
"clean:environment": "node -e \"require('fs').rm('mod.zip', ()=>{})\" && node -e \"require('fs').rmdir('./dist/',{recursive:true},()=>{})\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.15.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"copyfiles": "2.4.1",
|
||||
"eslint": "7.26.0",
|
||||
"tsyringe": "4.6.0",
|
||||
"typescript": "4.6.4",
|
||||
"bestzip": "2.2.1"
|
||||
"@types/node": "16.11.62",
|
||||
"@typescript-eslint/eslint-plugin": "5.38.1",
|
||||
"@typescript-eslint/parser": "5.38.1",
|
||||
"bestzip": "2.2.1",
|
||||
"eslint": "8.24.0",
|
||||
"fs-extra": "10.1.0",
|
||||
"glob": "8.0.3",
|
||||
"tsyringe": "4.7.0",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user