This commit is contained in:
itsMapleLeaf
2022-10-14 13:42:26 -05:00
parent b141ca1868
commit d87c27183a
2 changed files with 436 additions and 493 deletions

View File

@@ -10,14 +10,14 @@
"release": "pnpm -r run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.24.0",
"@changesets/cli": "^2.25.0",
"@itsmapleleaf/configs": "^1.1.5",
"@rushstack/eslint-patch": "^1.1.4",
"@types/eslint": "^8.4.5",
"eslint": "^8.20.0",
"node": "^16.16.0",
"@rushstack/eslint-patch": "^1.2.0",
"@types/eslint": "^8.4.6",
"eslint": "^8.25.0",
"node": "^18.10.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"resolutions": {
"esbuild": "latest"