This commit is contained in:
Alex
2024-04-16 22:29:31 -04:00
parent 1d955d951d
commit 51455e3c21
17 changed files with 410 additions and 303 deletions

View File

@ -11,22 +11,22 @@
"@babel/preset-env": "^7.24.4",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.7",
"@types/eslint": "^8.56.9",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.5",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/type-utils": "^7.5.0",
"@typescript-eslint/types": "^7.5.0",
"@typescript-eslint/typescript-estree": "^7.5.0",
"@typescript-eslint/utils": "^7.5.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/type-utils": "^7.7.0",
"@typescript-eslint/types": "^7.7.0",
"@typescript-eslint/typescript-estree": "^7.7.0",
"@typescript-eslint/utils": "^7.7.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^9.3.1",
"dts-bundle-generator": "^9.4.0",
"esbin": "0.0.4",
"esbuild": "0.20.2",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "9.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
@ -38,7 +38,7 @@
"picocolors": "^1.0.0",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"prettier": {
"arrowParens": "avoid",
@ -57,7 +57,8 @@
"isarray": "npm:@nolyfill/isarray@latest",
"jsonify": "npm:@nolyfill/jsonify@latest",
"object-keys": "npm:@nolyfill/object-keys@latest",
"set-function-length": "npm:@nolyfill/set-function-length@latest"
"set-function-length": "npm:@nolyfill/set-function-length@latest",
"@babel/types": "7.24.0"
}
}
}