Remove import

This commit is contained in:
Alex
2024-06-16 04:50:37 -04:00
parent c175f87441
commit 674eaf1811
23 changed files with 1435 additions and 2359 deletions

View File

@ -6,31 +6,32 @@
},
"private": true,
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@aet/eslint-define-config": "0.1.0-beta.1",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/babel-plugin-macros": "^3.1.3",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.10",
"@types/esprima": "^4.0.6",
"@types/esquery": "^1.5.3",
"@types/esquery": "^1.5.4",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.5",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/type-utils": "^7.8.0",
"@typescript-eslint/types": "^7.8.0",
"@typescript-eslint/typescript-estree": "^7.8.0",
"@typescript-eslint/utils": "^7.8.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/type-utils": "^7.13.0",
"@typescript-eslint/types": "^7.13.0",
"@typescript-eslint/typescript-estree": "^7.13.0",
"@typescript-eslint/utils": "^7.13.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "9.4.0",
"esbin": "0.0.4",
"esbuild": "0.20.2",
"esbuild": "0.21.5",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-import-x": "^0.5.1",
"esprima": "^4.0.1",
"esquery": "^1.5.0",
"fast-glob": "^3.3.2",
@ -39,8 +40,8 @@
"lodash": "^4.17.21",
"minimatch": "^9.0.4",
"patch-package": "^8.0.0",
"picocolors": "^1.0.0",
"prettier": "^3.2.5",
"picocolors": "^1.0.1",
"prettier": "^3.3.2",
"prop-types": "^15.8.1",
"typescript": "^5.4.5"
},