This commit is contained in:
Alex
2023-11-13 18:23:25 -05:00
parent 60b1b8fde3
commit a022050ab4
9 changed files with 518 additions and 408 deletions

View File

@ -6,9 +6,9 @@
},
"private": true,
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.4",
"@types/eslint": "^8.44.7",
@ -16,11 +16,11 @@
"@types/estree-jsx": "^1.0.3",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/type-utils": "^6.10.0",
"@typescript-eslint/types": "^6.10.0",
"@typescript-eslint/typescript-estree": "^6.10.0",
"@typescript-eslint/utils": "^6.10.0",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/type-utils": "^6.11.0",
"@typescript-eslint/types": "^6.11.0",
"@typescript-eslint/typescript-estree": "^6.11.0",
"@typescript-eslint/utils": "^6.11.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^8.1.2",
"esbin": "0.0.4",
@ -34,7 +34,7 @@
"lodash": "^4.17.21",
"minimatch": "^9.0.3",
"picocolors": "^1.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prop-types": "^15.8.1",
"typescript": "5.2.2"
},