This commit is contained in:
Alex
2024-03-04 03:37:23 -05:00
parent 9ea078f414
commit 4c67de9f72
9 changed files with 526 additions and 490 deletions

View File

@ -6,21 +6,21 @@
},
"private": true,
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-env": "^7.23.9",
"@babel/preset-env": "^7.24.0",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.3",
"@types/eslint": "^8.56.5",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.5",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/type-utils": "^7.0.2",
"@typescript-eslint/types": "^7.0.2",
"@typescript-eslint/typescript-estree": "^7.0.2",
"@typescript-eslint/utils": "^7.0.2",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/type-utils": "^7.1.0",
"@typescript-eslint/types": "^7.1.0",
"@typescript-eslint/typescript-estree": "^7.1.0",
"@typescript-eslint/utils": "^7.1.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^9.3.1",
"esbin": "0.0.4",