Skip to content

Commit 7dc3f63

Browse files
authored
Merge pull request #28 from CodeDead/feature/upgrades
feat: dependency upgrades
2 parents 59d3236 + e2d1265 commit 7dc3f63

File tree

2 files changed

+922
-926
lines changed

2 files changed

+922
-926
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"storybook:build": "storybook build"
2222
},
2323
"dependencies": {
24-
"@mantine/carousel": "^7.17.4",
25-
"@mantine/core": "^7.17.4",
26-
"@mantine/hooks": "^7.17.4",
24+
"@mantine/carousel": "^7.17.5",
25+
"@mantine/core": "^7.17.5",
26+
"@mantine/hooks": "^7.17.5",
2727
"@next/bundle-analyzer": "^15.3.1",
2828
"@tabler/icons-react": "^3.31.0",
2929
"embla-carousel-react": "^8.6.0",
@@ -36,8 +36,8 @@
3636
"xml2js": "^0.6.2"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.26.10",
40-
"@eslint/js": "^9.24.0",
39+
"@babel/core": "^7.27.1",
40+
"@eslint/js": "^9.25.1",
4141
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
4242
"@next/eslint-plugin-next": "^15.3.1",
4343
"@storybook/nextjs": "^8.6.12",
@@ -48,11 +48,11 @@
4848
"@testing-library/user-event": "^14.6.1",
4949
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
5050
"@types/jest": "^29.5.14",
51-
"@types/node": "^22.14.1",
51+
"@types/node": "^22.15.3",
5252
"@types/react": "19.1.2",
5353
"@types/xml2js": "^0.4.14",
5454
"babel-loader": "^10.0.0",
55-
"eslint": "^9.24.0",
55+
"eslint": "^9.25.1",
5656
"eslint-config-mantine": "^4.0.3",
5757
"eslint-plugin-jsx-a11y": "^6.10.2",
5858
"eslint-plugin-react": "^7.37.5",
@@ -64,11 +64,11 @@
6464
"prettier": "^3.5.3",
6565
"storybook": "^8.6.12",
6666
"storybook-dark-mode": "^4.0.2",
67-
"stylelint": "^16.18.0",
67+
"stylelint": "^16.19.1",
6868
"stylelint-config-standard-scss": "^14.0.0",
6969
"ts-jest": "^29.3.2",
7070
"typescript": "5.8.3",
71-
"typescript-eslint": "^8.30.1"
71+
"typescript-eslint": "^8.31.1"
7272
},
7373
"packageManager": "yarn@4.9.1"
7474
}

0 commit comments

Comments
 (0)