Update build and housekeeping

This commit is contained in:
Alex
2023-11-20 19:13:21 -05:00
parent a022050ab4
commit 4d94af3f70
8 changed files with 199 additions and 203 deletions

View File

@ -10,23 +10,23 @@
"@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/babel__core": "^7.20.5",
"@types/eslint": "^8.44.7",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.3",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.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",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/type-utils": "^6.12.0",
"@typescript-eslint/types": "^6.12.0",
"@typescript-eslint/typescript-estree": "^6.12.0",
"@typescript-eslint/utils": "^6.12.0",
"babel-plugin-macros": "^3.1.0",
"dts-bundle-generator": "^8.1.2",
"esbin": "0.0.4",
"esbuild": "0.19.5",
"esbuild": "0.19.6",
"esbuild-plugin-alias": "^0.2.1",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
@ -36,7 +36,7 @@
"picocolors": "^1.0.0",
"prettier": "^3.1.0",
"prop-types": "^15.8.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"prettier": {
"arrowParens": "avoid",