This commit is contained in:
itsMapleLeaf
2022-08-06 00:54:02 -05:00
parent c572f16638
commit 8443dfb019
5 changed files with 673 additions and 661 deletions

View File

@@ -12,17 +12,17 @@
"release": "pnpm -r run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.24.0",
"@changesets/cli": "^2.24.2",
"@itsmapleleaf/configs": "^1.1.5",
"@rushstack/eslint-patch": "^1.1.4",
"@types/eslint": "^8.4.5",
"@vitest/ui": "^0.21.0",
"c8": "^7.12.0",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"node": "^16.16.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vitest": "^0.20.3"
"vitest": "^0.21.0"
},
"resolutions": {
"esbuild": "latest"

View File

@@ -5,6 +5,6 @@
"dependencies": {
"@types/lodash-es": "^4.17.6",
"lodash-es": "^4.17.21",
"type-fest": "^2.17.0"
"type-fest": "^2.18.0"
}
}

View File

@@ -57,7 +57,7 @@
"@types/node": "*",
"@types/react": "*",
"@types/react-reconciler": "*",
"discord-api-types": "^0.36.3",
"discord-api-types": "^0.37.1",
"react-reconciler": "^0.29.0",
"rxjs": "^7.5.6"
},
@@ -73,7 +73,7 @@
"devDependencies": {
"@reacord/helpers": "workspace:*",
"@types/lodash-es": "^4.17.6",
"@types/prettier": "^2.6.4",
"@types/prettier": "^2.7.0",
"date-fns": "^2.29.1",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",

View File

@@ -15,9 +15,9 @@
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@reach/rect": "^0.17.0",
"@remix-run/node": "^1.6.5",
"@remix-run/react": "^1.6.5",
"@remix-run/serve": "^1.6.5",
"@remix-run/node": "^1.6.7",
"@remix-run/react": "^1.6.7",
"@remix-run/serve": "^1.6.7",
"@tailwindcss/typography": "^0.5.4",
"clsx": "^1.2.1",
"fast-glob": "^3.2.11",
@@ -31,7 +31,7 @@
"zod": "^3.17.10"
},
"devDependencies": {
"@remix-run/dev": "^1.6.5",
"@remix-run/dev": "^1.6.7",
"@remix-run/node": "^1.4.1",
"@testing-library/cypress": "^8.0.3",
"@types/node": "*",
@@ -39,14 +39,14 @@
"@types/react-dom": "^18.0.6",
"@types/tailwindcss": "^3.0.11",
"@types/wait-on": "^5.3.1",
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.8",
"concurrently": "^7.3.0",
"cypress": "^10.3.1",
"cypress": "^10.4.0",
"execa": "^6.1.0",
"postcss": "^8.4.14",
"rehype-prism-plus": "^1.4.2",
"tailwindcss": "^3.1.6",
"typedoc": "^0.23.8",
"tailwindcss": "^3.1.8",
"typedoc": "^0.23.10",
"typescript": "^4.7.4",
"wait-on": "^6.0.1"
},

1306
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff