Skip to content

Commit 8fa12a5

Browse files
authored
Merge pull request #21 from CodeDead/feature/upgrades
feat: dependency upgrades
2 parents 66bdf96 + 4973df9 commit 8fa12a5

3 files changed

Lines changed: 430 additions & 453 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM node:current-alpine as build
1+
FROM node:current-alpine AS build
22

33
WORKDIR /app
4-
ENV PATH /app/node_modules/.bin:$PATH
4+
ENV PATH=/app/node_modules/.bin:$PATH
55

66
COPY package.json ./
77

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@mantine/core": "^7.17.4",
14-
"@mantine/dropzone": "^7.17.4",
15-
"@mantine/hooks": "^7.17.4",
16-
"@mantine/notifications": "^7.17.4",
13+
"@mantine/core": "^7.17.5",
14+
"@mantine/dropzone": "^7.17.5",
15+
"@mantine/hooks": "^7.17.5",
16+
"@mantine/notifications": "^7.17.5",
1717
"@tabler/icons-react": "^3.31.0",
1818
"compressorjs": "^1.2.1",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
21-
"react-router-dom": "^7.5.0"
21+
"react-router-dom": "^7.5.3"
2222
},
2323
"devDependencies": {
24-
"@eslint/compat": "^1.2.8",
25-
"@eslint/js": "^9.24.0",
26-
"@types/react": "^19.1.1",
27-
"@types/react-dom": "^19.1.2",
28-
"@vitejs/plugin-react": "^4.3.4",
29-
"eslint": "^9.24.0",
24+
"@eslint/compat": "^1.2.9",
25+
"@eslint/js": "^9.25.1",
26+
"@types/react": "^19.1.2",
27+
"@types/react-dom": "^19.1.3",
28+
"@vitejs/plugin-react": "^4.4.1",
29+
"eslint": "^9.25.1",
3030
"eslint-plugin-react": "^7.37.5",
3131
"globals": "^16.0.0",
3232
"postcss": "^8.5.3",
3333
"postcss-preset-mantine": "^1.17.0",
3434
"postcss-simple-vars": "^7.0.1",
3535
"prettier": "^3.5.3",
36-
"vite": "^6.2.6"
36+
"vite": "^6.3.4"
3737
},
3838
"packageManager": "yarn@4.9.1"
3939
}

0 commit comments

Comments
 (0)