Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Oct 22, 2023
1 parent 38b2f58 commit baa5209
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"clean": "rm -rf dist node_modules server tmp"
},
"devDependencies": {
"@builder.io/qwik": "^1.2.13",
"@builder.io/qwik-city": "^1.2.13",
"@builder.io/qwik": "^1.2.14",
"@builder.io/qwik-city": "^1.2.14",
"@dnlup/fastify-traps": "^3.0.0",
"@fastify/compress": "^6.4.0",
"@fastify/static": "^6.11.2",
"@types/eslint": "8.44.4",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@types/eslint": "8.44.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vanilla-extract/css": "^1.13.0",
"eslint": "8.51.0",
"eslint-plugin-qwik": "^1.2.13",
"fastify": "^4.24.1",
"eslint": "8.52.0",
"eslint-plugin-qwik": "^1.2.14",
"fastify": "^4.24.3",
"fastify-plugin": "^4.5.1",
"prettier": "3.0.3",
"styled-vanilla-extract": "^0.5.7",
"typescript": "5.2.2",
"undici": "5.26.3",
"vite": "4.4.11",
"undici": "5.26.4",
"vite": "4.5.0",
"vite-tsconfig-paths": "4.2.1"
},
"dependencies": {
Expand Down

0 comments on commit baa5209

Please sign in to comment.