This commit is contained in:
Alex
2024-04-06 19:05:14 -04:00
parent 4d2762de39
commit 8ba9b0725a
4 changed files with 493 additions and 958 deletions

View File

@ -6,27 +6,27 @@
},
"private": true,
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.6",
"@types/eslint": "^8.56.7",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.5",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/type-utils": "^7.4.0",
"@typescript-eslint/types": "^7.4.0",
"@typescript-eslint/typescript-estree": "^7.4.0",
"@typescript-eslint/utils": "^7.4.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",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^9.3.1",
"esbin": "0.0.4",
"esbuild": "0.20.2",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "8.57.0",
"eslint": "9.0.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.3"
"typescript": "^5.4.4"
},
"prettier": {
"arrowParens": "avoid",