|
6 | 6 | "author": "Commencis WEB Team",
|
7 | 7 | "license": "Apache-2.0",
|
8 | 8 | "engines": {
|
9 |
| - "node": ">=22.16" |
| 9 | + "node": ">=22.18" |
10 | 10 | },
|
11 |
| - "packageManager": "pnpm@10.13.1", |
| 11 | + "packageManager": "pnpm@10.14.0", |
12 | 12 | "scripts": {
|
13 | 13 | "preinstall": "npx only-allow pnpm",
|
14 | 14 | "dev": "next dev",
|
|
31 | 31 | },
|
32 | 32 | "dependencies": {
|
33 | 33 | "@next/bundle-analyzer": "15.4.6",
|
| 34 | + "axios": "1.11.0", |
34 | 35 | "clsx": "2.1.1",
|
35 |
| - "next": "15.4.5", |
| 36 | + "next": "15.4.6", |
36 | 37 | "next-intl": "4.3.4",
|
37 | 38 | "react": "19.1.1",
|
38 | 39 | "react-dom": "19.1.1"
|
39 | 40 | },
|
40 | 41 | "devDependencies": {
|
41 | 42 | "@commencis/commitlint-config": "1.1.4",
|
42 |
| - "@commencis/eslint-config": "1.7.3", |
| 43 | + "@commencis/eslint-config": "1.7.4", |
43 | 44 | "@commencis/lint-staged-config": "1.0.0",
|
44 | 45 | "@commencis/prettier-config": "2.0.0",
|
45 | 46 | "@commencis/stylelint-config": "2.1.1",
|
46 | 47 | "@commencis/ts-config": "0.0.2",
|
47 | 48 | "@commitlint/cli": "19.8.1",
|
48 | 49 | "@svgr/webpack": "8.1.0",
|
49 |
| - "@types/node": "22.17.0", |
| 50 | + "@types/node": "22.17.1", |
50 | 51 | "@types/react": "19.1.9",
|
51 | 52 | "@types/react-dom": "19.1.7",
|
52 |
| - "eslint": "9.32.0", |
| 53 | + "eslint": "9.33.0", |
53 | 54 | "husky": "9.1.7",
|
54 |
| - "lint-staged": "16.1.2", |
| 55 | + "lint-staged": "16.1.5", |
55 | 56 | "prettier": "3.6.2",
|
56 |
| - "sass": "1.89.2", |
57 |
| - "stylelint": "16.23.0", |
58 |
| - "typescript": "5.8.3" |
| 57 | + "sass": "1.90.0", |
| 58 | + "stylelint": "16.23.1", |
| 59 | + "typescript": "5.9.2" |
59 | 60 | },
|
60 | 61 | "pnpm": {
|
61 | 62 | "onlyBuiltDependencies": [
|
|
0 commit comments