This commit is contained in:
Alex
2023-10-03 19:00:25 -04:00
parent 01f291af94
commit 8a07010f29
15 changed files with 741 additions and 716 deletions

View File

@ -6,23 +6,23 @@
},
"private": true,
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/core": "^7.23.0",
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
"@babel/preset-env": "^7.22.15",
"@types/babel-plugin-macros": "^3.1.0",
"@types/babel__core": "^7.20.1",
"@types/eslint": "^8.44.2",
"@types/estree": "^1.0.1",
"@types/estree-jsx": "^1.0.0",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@typescript-eslint/types": "^6.7.0",
"@babel/preset-env": "^7.22.20",
"@types/babel-plugin-macros": "^3.1.1",
"@types/babel__core": "^7.20.2",
"@types/eslint": "^8.44.3",
"@types/estree": "^1.0.2",
"@types/estree-jsx": "^1.0.1",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.2",
"@typescript-eslint/types": "^6.7.4",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^8.0.1",
"esbin": "0.0.2",
"esbuild": "0.19.2",
"esbin": "0.0.3",
"esbuild": "0.19.4",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-define-config": "^1.23.0",
"fast-glob": "^3.3.1",