This commit is contained in:
Alex
2024-03-30 02:06:38 -04:00
parent 19b07691fc
commit 4d2762de39
7 changed files with 1005 additions and 553 deletions

View File

@ -6,21 +6,21 @@
},
"private": true,
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.24.0",
"@babel/core": "^7.24.3",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.5",
"@types/eslint": "^8.56.6",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.5",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/type-utils": "^7.2.0",
"@typescript-eslint/types": "^7.2.0",
"@typescript-eslint/typescript-estree": "^7.2.0",
"@typescript-eslint/utils": "^7.2.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",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^9.3.1",
"esbin": "0.0.4",
@ -33,12 +33,12 @@
"find-cache-dir": "^5.0.0",
"json-schema-to-ts": "^3.0.1",
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"minimatch": "^9.0.4",
"patch-package": "^8.0.0",
"picocolors": "^1.0.0",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"prettier": {
"arrowParens": "avoid",