This commit is contained in:
Alex
2023-08-21 15:45:59 -04:00
parent 198c731cbb
commit fda7f22872
5 changed files with 214 additions and 153 deletions

View File

@ -14,26 +14,26 @@
"@types/eslint": "^8.44.2",
"@types/estree": "^1.0.1",
"@types/estree-jsx": "^1.0.0",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@typescript-eslint/types": "^6.3.0",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.1",
"@typescript-eslint/types": "^6.4.1",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^8.0.1",
"esbin": "0.0.1-beta.2",
"esbuild": "0.18.20",
"esbin": "0.0.1-beta.3",
"esbuild": "0.19.2",
"esbuild-plugin-alias": "^0.2.1",
"esbuild-register": "3.4.2",
"eslint": "8.46.0",
"eslint": "8.47.0",
"eslint-config-prettier": "9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-unicorn": "^48.0.1",
"glob": "^10.3.3",
"json-schema-to-ts": "^2.9.1",
"json-schema-to-ts": "^2.9.2",
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"picocolors": "^1.0.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"typescript": "5.1.6"
},
"prettier": {