Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Jul 30, 2024
1 parent 2e62934 commit ee29779
Show file tree
Hide file tree
Showing 3 changed files with 2,852 additions and 3,382 deletions.
23 changes: 9 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"dependencies": {
"@fastify/cookie": "9.3.1",
"@fastify/formbody": "7.4.0",
"@fastify/static": "^7.0.3",
"@fastify/static": "^7.0.4",
"@fastify/websocket": "10.0.1",
"@kitajs/fastify-html-plugin": "4.1.0",
"@kitajs/html": "^4.1.0",
"@kitajs/html": "^4.2.0",
"@kitajs/ts-html-plugin": "4.0.1",
"@tailwindcss/typography": "^0.5.13",
"async-mutex": "0.5.0",
Expand All @@ -36,45 +36,40 @@
"nanoid": "^5.0.7",
"openid": "2.0.12",
"pino": "9.0.0",
"pino-pretty": "^11.0.0",
"pino-pretty": "^11.2.2",
"postcss-import": "16.1.0",
"rcon-client": "4.2.4",
"steamapi": "3.0.8",
"steamid": "2.0.0",
"ws": "^8.17.0",
"ws": "^8.18.0",
"zod": "3.23.4"
},
"devDependencies": {
"@eslint/js": "9.4.0",
"@playwright/test": "^1.44.1",
"@playwright/test": "^1.45.3",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__js": "8.42.3",
"@types/jsonwebtoken": "9.0.6",
"@types/lodash": "^4.17.5",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.12.7",
"@types/openid": "2.0.5",
"@types/postcss-import": "14.0.3",
"@types/steamid": "2.0.3",
"@types/ws": "8.5.10",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.1",
"cssnano": "^7.0.4",
"eslint": "9.4.0",
"fastify-plugin": "^4.5.1",
"globals": "15.6.0",
"postcss": "^8.4.38",
"postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"postcss-lighten-darken": "^0.9.0",
"prettier": "3.2.5",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.7",
"tsx": "4.11.0",
"typescript": "5.4.5",
"typescript-eslint": "7.12.0",
"vitest": "^1.6.0"
},
"pnpm": {
"patchedDependencies": {
"@kitajs/html@4.1.0": "patches/@kitajs__html@4.1.0.patch"
}
}
}
101 changes: 0 additions & 101 deletions patches/@kitajs__html@4.1.0.patch

This file was deleted.

Loading

0 comments on commit ee29779

Please sign in to comment.