This commit is contained in:
MapleLeaf
2022-01-09 12:55:37 -06:00
parent 3bfc5f4977
commit be42042552
4 changed files with 868 additions and 594 deletions

View File

@@ -9,12 +9,12 @@
"@itsmapleleaf/configs": "^1.1.2" "@itsmapleleaf/configs": "^1.1.2"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.5.0", "eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0", "eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3", "eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0", "eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-react-hooks": "^4.3.0",

View File

@@ -16,7 +16,7 @@
"@heroicons/react": "^1.0.5", "@heroicons/react": "^1.0.5",
"@tailwindcss/typography": "^0.5.0", "@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.7.1", "alpinejs": "^3.7.1",
"autoprefixer": "^10.4.1", "autoprefixer": "^10.4.2",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"compression": "^1.7.4", "compression": "^1.7.4",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
@@ -25,11 +25,11 @@
"esno": "^0.13.0", "esno": "^0.13.0",
"express": "^4.17.2", "express": "^4.17.2",
"express-promise-router": "^4.1.1", "express-promise-router": "^4.1.1",
"fast-glob": "^3.2.7", "fast-glob": "^3.2.10",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"http-terminator": "^3.0.4", "http-terminator": "^3.0.4",
"markdown-it": "^12.3.0", "markdown-it": "^12.3.2",
"markdown-it-prism": "^2.2.1", "markdown-it-prism": "^2.2.2",
"pino": "^7.6.2", "pino": "^7.6.2",
"pino-colada": "^2.2.2", "pino-colada": "^2.2.2",
"pino-http": "^6.5.0", "pino-http": "^6.5.0",
@@ -38,7 +38,7 @@
"react": "^18.0.0-rc.0", "react": "^18.0.0-rc.0",
"react-dom": "^18.0.0-rc.0", "react-dom": "^18.0.0-rc.0",
"react-ssr-prepass": "^1.5.0", "react-ssr-prepass": "^1.5.0",
"tailwindcss": "^3.0.8" "tailwindcss": "^3.0.12"
}, },
"devDependencies": { "devDependencies": {
"@types/browser-sync": "^2.26.3", "@types/browser-sync": "^2.26.3",
@@ -49,17 +49,13 @@
"@types/node": "*", "@types/node": "*",
"@types/react": "^17.0.38", "@types/react": "^17.0.38",
"@types/react-dom": "^17.0.9", "@types/react-dom": "^17.0.9",
"@types/tailwindcss": "^3.0.0", "@types/tailwindcss": "^3.0.2",
"@types/wait-on": "^5.3.1", "@types/wait-on": "^5.3.1",
"browser-sync": "^2.27.7", "browser-sync": "^2.27.7",
"execa": "^6.0.0",
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"rxjs": "^7.5.1", "type-fest": "^2.9.0",
"tsup": "^5.11.10",
"type-fest": "^2.8.0",
"typedoc": "^0.22.10", "typedoc": "^0.22.10",
"typescript": "^4.5.4", "typescript": "^4.5.4"
"wait-on": "^6.0.0"
} }
} }

View File

@@ -45,24 +45,24 @@
} }
}, },
"devDependencies": { "devDependencies": {
"@jest/globals": "^27.4.4", "@jest/globals": "^27.4.6",
"@types/jest": "^27.0.3", "@types/jest": "^27.4.0",
"@types/lodash-es": "^4.17.5", "@types/lodash-es": "^4.17.5",
"c8": "^7.10.0", "c8": "^7.11.0",
"discord.js": "^13.4.0", "discord.js": "^13.5.1",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"esbuild": "latest", "esbuild": "latest",
"esbuild-jest": "^0.5.0", "esbuild-jest": "^0.5.0",
"esmo": "^0.13.0", "esmo": "^0.13.0",
"jest": "^27.4.5", "jest": "^27.4.7",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"pretty-ms": "^7.0.1", "pretty-ms": "^7.0.1",
"react": "^17.0.2", "react": "^17.0.2",
"release-it": "^14.12.0", "release-it": "^14.12.1",
"tsup": "^5.11.9", "tsup": "^5.11.11",
"type-fest": "^2.8.0", "type-fest": "^2.9.0",
"typescript": "^4.5.4" "typescript": "^4.5.4"
}, },
"resolutions": { "resolutions": {

1418
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff