Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 475efdb

Browse files
chore(deps): lock file maintenance minor dependencies
1 parent cd359ee commit 475efdb

File tree

3 files changed

+515
-488
lines changed

3 files changed

+515
-488
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.17.1-alpine
1+
FROM node:18.18.0-alpine
22

33
WORKDIR /app
44

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"engines": {
6-
"node": "18.17.1"
6+
"node": "18.18.0"
77
},
88
"scripts": {
99
"dev": "next dev",
@@ -19,20 +19,20 @@
1919
"test:e2e": "playwright test"
2020
},
2121
"dependencies": {
22-
"@tanstack/react-query": "4.35.0",
23-
"@trpc/client": "10.38.1",
24-
"@trpc/next": "10.38.1",
25-
"@trpc/react-query": "10.38.1",
22+
"@tanstack/react-query": "4.35.3",
23+
"@trpc/client": "10.38.4",
24+
"@trpc/next": "10.38.4",
25+
"@trpc/react-query": "10.38.4",
2626
"@trpc/server": "^10.38.0",
27-
"@types/node": "18.17.14",
28-
"@types/react": "18.2.21",
27+
"@types/node": "18.17.19",
28+
"@types/react": "18.2.22",
2929
"@types/react-dom": "18.2.7",
3030
"axios": "1.5.0",
3131
"highcharts": "11.1.0",
3232
"highcharts-react-official": "3.2.1",
3333
"linaria": "4.5.4",
34-
"msw": "1.3.0",
35-
"next": "13.4.19",
34+
"msw": "1.3.1",
35+
"next": "13.5.3",
3636
"next-linaria": "0.11.0",
3737
"react": "18.2.0",
3838
"react-dom": "18.2.0",
@@ -41,12 +41,12 @@
4141
},
4242
"devDependencies": {
4343
"@linaria/stylelint-config-standard-linaria": "4.5.1",
44-
"@playwright/test": "1.37.1",
45-
"@typescript-eslint/eslint-plugin": "6.6.0",
46-
"eslint": "8.48.0",
47-
"eslint-config-next": "13.4.19",
44+
"@playwright/test": "1.38.1",
45+
"@typescript-eslint/eslint-plugin": "6.7.3",
46+
"eslint": "8.50.0",
47+
"eslint-config-next": "13.5.3",
4848
"eslint-config-prettier": "9.0.0",
49-
"eslint-import-resolver-typescript": "3.6.0",
49+
"eslint-import-resolver-typescript": "3.6.1",
5050
"eslint-plugin-import": "2.28.1",
5151
"prettier": "3.0.3",
5252
"stylelint": "15.10.3"

0 commit comments

Comments
 (0)