Skip to content

Commit 1b4ac82

Browse files
authored
Merge pull request #82 from Commencis/chore/update-deps
chore: update dependencies with type adjustments
2 parents 40f2b9b + be83fd8 commit 1b4ac82

File tree

5 files changed

+175
-166
lines changed

5 files changed

+175
-166
lines changed

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"javascriptreact",
1515
"typescript",
1616
"typescriptreact",
17-
"vue",
1817
"html",
1918
"markdown",
2019
"json",
@@ -24,7 +23,7 @@
2423
],
2524

2625
"stylelint.enable": true,
27-
"stylelint.validate": ["css", "less", "postcss", "scss", "vue"],
26+
"stylelint.validate": ["css", "less", "postcss", "scss"],
2827

2928
"[css]": {
3029
"editor.defaultFormatter": "stylelint.vscode-stylelint"

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@
3232
"dependencies": {
3333
"axios": "1.11.0",
3434
"clsx": "2.1.1",
35-
"next": "15.4.6",
35+
"next": "15.5.0",
3636
"next-intl": "4.3.5",
3737
"react": "19.1.1",
3838
"react-dom": "19.1.1"
3939
},
4040
"devDependencies": {
4141
"@commencis/commitlint-config": "1.1.4",
42-
"@commencis/eslint-config": "1.7.5",
42+
"@commencis/eslint-config": "1.8.0",
4343
"@commencis/lint-staged-config": "1.0.0",
4444
"@commencis/prettier-config": "2.0.0",
45-
"@commencis/stylelint-config": "2.1.1",
45+
"@commencis/stylelint-config": "2.2.0",
4646
"@commencis/ts-config": "0.0.2",
4747
"@commitlint/cli": "19.8.1",
48-
"@next/bundle-analyzer": "15.4.6",
48+
"@next/bundle-analyzer": "15.5.0",
4949
"@svgr/webpack": "8.1.0",
5050
"@types/node": "22.17.2",
51-
"@types/react": "19.1.10",
51+
"@types/react": "19.1.11",
5252
"@types/react-dom": "19.1.7",
53-
"eslint": "9.33.0",
53+
"eslint": "9.34.0",
5454
"husky": "9.1.7",
5555
"lint-staged": "16.1.5",
5656
"prettier": "3.6.2",

0 commit comments

Comments
 (0)