This commit is contained in:
itsMapleLeaf
2023-10-10 10:49:35 -05:00
parent ced48a3ecb
commit 3a786310b1
5 changed files with 997 additions and 764 deletions

View File

@@ -20,13 +20,13 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@itsmapleleaf/configs": "github:itsMapleLeaf/configs",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"react": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vitest": "^0.34.5"
"vitest": "^0.34.6"
},
"prettier": "@itsmapleleaf/configs/prettier",
"eslintConfig": {

View File

@@ -9,7 +9,7 @@
"dependencies": {
"@types/lodash-es": "^4.17.9",
"lodash-es": "^4.17.21",
"type-fest": "^4.3.2",
"vitest": "^0.34.5"
"type-fest": "^4.4.0",
"vitest": "^0.34.6"
}
}

View File

@@ -44,8 +44,8 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-reconciler": "^0.28.5",
"react-reconciler": "^0.29.0",
"rxjs": "^7.8.1"
@@ -73,7 +73,7 @@
"react": "^18.2.0",
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"type-fest": "^4.3.2"
"type-fest": "^4.4.0"
},
"release-it": {
"git": {

View File

@@ -14,13 +14,13 @@
},
"dependencies": {
"@astrojs/prefetch": "^0.3.0",
"@astrojs/react": "^2.2.2",
"@astrojs/react": "^2.3.2",
"@fontsource/jetbrains-mono": "^4.5.12",
"@fontsource/rubik": "^4.5.14",
"@heroicons/react": "^2.0.18",
"@reacord/helpers": "workspace:^",
"@tailwindcss/typography": "^0.5.10",
"astro": "^2.10.9",
"astro": "^2.10.15",
"clsx": "^2.0.0",
"reacord": "workspace:*",
"react": "^18.2.0",
@@ -30,12 +30,12 @@
"devDependencies": {
"@astrojs/tailwind": "^4.0.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.3.3",
"typedoc": "^0.25.1",
"typedoc": "^0.25.2",
"wait-on": "^7.0.1"
}
}

1735
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff