Skip to content

Commit

Permalink
chore(deps): lock file maintenance minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent f9b055f commit 0eb35cd
Show file tree
Hide file tree
Showing 3 changed files with 1,970 additions and 1,920 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.1-alpine
FROM node:18.20.4-alpine

WORKDIR /app

Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.17.1"
"node": "18.20.4"
},
"scripts": {
"dev": "next dev",
Expand All @@ -19,37 +19,37 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@tanstack/react-query": "4.35.0",
"@trpc/client": "10.38.1",
"@trpc/next": "10.38.1",
"@trpc/react-query": "10.38.1",
"@tanstack/react-query": "4.36.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "^10.38.0",
"@types/node": "18.17.14",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"axios": "1.5.0",
"highcharts": "11.1.0",
"@types/node": "18.19.57",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"axios": "1.7.7",
"highcharts": "11.4.8",
"highcharts-react-official": "3.2.1",
"linaria": "4.5.4",
"msw": "1.3.0",
"next": "13.4.19",
"msw": "1.3.5",
"next": "13.5.7",
"next-linaria": "0.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
"zod": "3.22.2"
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3",
"zod": "3.23.8"
},
"devDependencies": {
"@linaria/stylelint-config-standard-linaria": "4.5.1",
"@playwright/test": "1.37.1",
"@typescript-eslint/eslint-plugin": "6.6.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.1",
"prettier": "3.0.3",
"stylelint": "15.10.3"
"@playwright/test": "1.48.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "8.57.1",
"eslint-config-next": "13.5.7",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.31.0",
"prettier": "3.3.3",
"stylelint": "15.11.0"
},
"msw": {
"workerDirectory": "public"
Expand Down
Loading

0 comments on commit 0eb35cd

Please sign in to comment.