Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tkataja committed Mar 28, 2023
1 parent 6c1ca93 commit a54a847
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 275 deletions.
237 changes: 121 additions & 116 deletions backend/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/connect-pg-simple": "^7.0.0",
"@types/email-templates": "^10.0.1",
"@types/node": "^18.15.5",
"@types/node": "^18.15.10",
"@types/nodemailer": "^6.4.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"concurrently": "^7.6.0",
"eslint": "^8.36.0",
"node-dev": "^8.0.0",
Expand All @@ -50,7 +50,7 @@
"vitest": "^0.29.7"
},
"dependencies": {
"@fastify/compress": "^6.2.0",
"@fastify/compress": "^6.2.1",
"@fastify/cookie": "^8.3.0",
"@fastify/formbody": "^7.4.0",
"@fastify/passport": "^2.2.0",
Expand All @@ -73,7 +73,7 @@
"postgres-migrations": "^5.3.0",
"pug": "^3.0.2",
"server-text-width": "^1.0.2",
"slonik": "^33.1.3",
"slonik": "^33.1.4",
"soap": "^1.0.0",
"superjson": "^1.12.2",
"tre-hanna-shared": "file:../shared",
Expand Down
48 changes: 24 additions & 24 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.32.0",
"@playwright/test": "^1.32.1",
"nodemon": "^2.0.22",
"playwright": "^1.32.0"
"playwright": "^1.32.1"
},
"dependencies": {
"@trpc/client": "^10.18.0",
Expand Down
Loading

0 comments on commit a54a847

Please sign in to comment.