upgrade dependencies

This commit is contained in:
itsMapleLeaf
2022-07-23 13:27:40 -05:00
committed by Darius
parent 7b74628732
commit 4f9fb4310f
4 changed files with 3050 additions and 2164 deletions

View File

@@ -11,13 +11,13 @@
}, },
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.24.0", "@changesets/cli": "^2.24.0",
"@itsmapleleaf/configs": "^1.1.3", "@itsmapleleaf/configs": "^1.1.5",
"@rushstack/eslint-patch": "^1.1.3", "@rushstack/eslint-patch": "^1.1.4",
"@types/eslint": "^8.4.1", "@types/eslint": "^8.4.5",
"eslint": "^8.14.0", "eslint": "^8.20.0",
"node": "^16", "node": "^16.16.0",
"prettier": "^2.6.2", "prettier": "^2.7.1",
"typescript": "^4.6.3" "typescript": "^4.7.4"
}, },
"resolutions": { "resolutions": {
"esbuild": "latest" "esbuild": "latest"

View File

@@ -47,10 +47,10 @@
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
"@types/react": "*", "@types/react": "*",
"@types/react-reconciler": "^0.26.6", "@types/react-reconciler": "^0.28.0",
"nanoid": "^3.3.3", "nanoid": "^4.0.0",
"react-reconciler": "^0.27.0", "react-reconciler": "^0.29.0",
"rxjs": "^7.5.5" "rxjs": "^7.5.6"
}, },
"peerDependencies": { "peerDependencies": {
"discord.js": "^14", "discord.js": "^14",
@@ -63,21 +63,21 @@
}, },
"devDependencies": { "devDependencies": {
"@types/lodash-es": "^4.17.6", "@types/lodash-es": "^4.17.6",
"c8": "^7.11.2", "c8": "^7.12.0",
"discord.js": "^14.0.3", "discord.js": "^14.0.3",
"dotenv": "^16.0.0", "dotenv": "^16.0.1",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"nodemon": "^2.0.15", "nodemon": "^2.0.19",
"prettier": "^2.6.2", "prettier": "^2.7.1",
"pretty-ms": "^7.0.1", "pretty-ms": "^8.0.0",
"react": "^18.0.0", "react": "^18.2.0",
"release-it": "^14.14.2", "release-it": "^15.1.3",
"tsup": "^5.12.6", "tsup": "^6.1.3",
"tsx": "^3.8.0", "tsx": "^3.8.0",
"type-fest": "^2.12.2", "type-fest": "^2.17.0",
"typescript": "^4.6.3", "typescript": "^4.7.4",
"vite": "^2.9.5", "vite": "^3.0.2",
"vitest": "^0.10.0" "vitest": "^0.18.1"
}, },
"resolutions": { "resolutions": {
"esbuild": "latest" "esbuild": "latest"

View File

@@ -12,41 +12,41 @@
"typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit" "typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.6.0", "@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6", "@heroicons/react": "^1.0.6",
"@reach/rect": "^0.17.0", "@reach/rect": "^0.17.0",
"@remix-run/node": "^1.4.1", "@remix-run/node": "^1.6.5",
"@remix-run/react": "^1.4.1", "@remix-run/react": "^1.6.5",
"@remix-run/serve": "^1.4.1", "@remix-run/serve": "^1.6.5",
"@tailwindcss/typography": "^0.5.2", "@tailwindcss/typography": "^0.5.4",
"clsx": "^1.1.1", "clsx": "^1.2.1",
"fast-glob": "^3.2.11", "fast-glob": "^3.2.11",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"reacord": "workspace:*", "reacord": "workspace:*",
"react": "^18.0.0", "react": "^18.2.0",
"react-dom": "^18.0.0", "react-dom": "^18.2.0",
"react-focus-on": "^3.5.4", "react-focus-on": "^3.6.0",
"react-router": "^6.3.0", "react-router": "^6.3.0",
"react-router-dom": "^6.3.0" "react-router-dom": "^6.3.0"
}, },
"devDependencies": { "devDependencies": {
"@remix-run/dev": "^1.4.1", "@remix-run/dev": "^1.6.5",
"@remix-run/node": "^1.4.1", "@remix-run/node": "^1.4.1",
"@testing-library/cypress": "^8.0.2", "@testing-library/cypress": "^8.0.3",
"@types/node": "*", "@types/node": "*",
"@types/react": "^18.0.7", "@types/react": "^18.0.15",
"@types/react-dom": "^18.0.2", "@types/react-dom": "^18.0.6",
"@types/tailwindcss": "^3.0.10", "@types/tailwindcss": "^3.0.11",
"@types/wait-on": "^5.3.1", "@types/wait-on": "^5.3.1",
"autoprefixer": "^10.4.5", "autoprefixer": "^10.4.7",
"concurrently": "^7.1.0", "concurrently": "^7.3.0",
"cypress": "^9.6.0", "cypress": "^10.3.1",
"execa": "^6.1.0", "execa": "^6.1.0",
"postcss": "^8.4.12", "postcss": "^8.4.14",
"rehype-prism-plus": "^1.3.2", "rehype-prism-plus": "^1.4.2",
"tailwindcss": "^3.0.24", "tailwindcss": "^3.1.6",
"typedoc": "^0.22.15", "typedoc": "^0.23.8",
"typescript": "^4.6.3", "typescript": "^4.7.4",
"wait-on": "^6.0.1" "wait-on": "^6.0.1"
}, },
"sideEffects": false "sideEffects": false

5124
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff