|
28 | 28 | },
|
29 | 29 | "private": true,
|
30 | 30 | "dependencies": {
|
31 |
| - "@angular/compiler": "19.0.3", |
32 |
| - "@glimmer/syntax": "0.93.1", |
| 31 | + "@angular/compiler": "19.2.1", |
| 32 | + "@glimmer/syntax": "0.94.8", |
33 | 33 | "babel-plugin-transform-react-pug": "^7.0.1",
|
34 |
| - "core-js": "3.39.0", |
| 34 | + "core-js": "3.41.0", |
35 | 35 | "css-to-style": "1.4.0",
|
36 | 36 | "document-register-element": "1.14.10",
|
37 | 37 | "eslint-plugin-mobx": "0.0.13",
|
|
41 | 41 | "mobx": "6.13.6",
|
42 | 42 | "mobx-react-lite": "4.1.0",
|
43 | 43 | "mobx-utils": "^6.1.0",
|
44 |
| - "next": "15.0.4", |
| 44 | + "next": "15.2.1", |
45 | 45 | "react": "19.0.0",
|
46 | 46 | "react-attr-converter": "0.3.1",
|
47 | 47 | "react-dom": "19.0.0",
|
|
51 | 51 | "uglify-js": "^3.19.3"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@babel/core": "7.26.0", |
55 |
| - "@babel/preset-env": "7.26.0", |
| 54 | + "@babel/core": "7.26.9", |
| 55 | + "@babel/preset-env": "7.26.9", |
56 | 56 | "@babel/preset-react": "7.26.3",
|
57 | 57 | "@babel/preset-typescript": "7.26.0",
|
58 |
| - "@nx/cypress": "20.2.1", |
59 |
| - "@nx/eslint": "20.2.1", |
60 |
| - "@nx/eslint-plugin": "20.2.1", |
61 |
| - "@nx/jest": "20.2.1", |
62 |
| - "@nx/js": "20.2.1", |
63 |
| - "@nx/next": "20.2.1", |
64 |
| - "@nx/react": "20.2.1", |
65 |
| - "@nx/web": "20.2.1", |
66 |
| - "@nx/workspace": "20.2.1", |
67 |
| - "@tailwindcss/forms": "0.5.9", |
68 |
| - "@testing-library/react": "16.1.0", |
| 58 | + "@nx/cypress": "20.5.0", |
| 59 | + "@nx/eslint": "20.5.0", |
| 60 | + "@nx/eslint-plugin": "20.5.0", |
| 61 | + "@nx/jest": "20.5.0", |
| 62 | + "@nx/js": "20.5.0", |
| 63 | + "@nx/next": "20.5.0", |
| 64 | + "@nx/react": "20.5.0", |
| 65 | + "@nx/web": "20.5.0", |
| 66 | + "@nx/workspace": "20.5.0", |
| 67 | + "@tailwindcss/forms": "0.5.10", |
| 68 | + "@testing-library/react": "16.2.0", |
69 | 69 | "@types/babel__core": "^7.20.5",
|
70 | 70 | "@types/css-to-style": "1.2.2",
|
71 | 71 | "@types/jest": "29.5.14",
|
72 |
| - "@types/lodash": "4.17.13", |
73 |
| - "@types/node": "22.10.1", |
74 |
| - "@types/react": "19.0.1", |
75 |
| - "@types/react-dom": "19.0.1", |
76 |
| - "@typescript-eslint/eslint-plugin": "8.17.0", |
77 |
| - "@typescript-eslint/parser": "8.17.0", |
78 |
| - "autoprefixer": "10.4.20", |
| 72 | + "@types/lodash": "4.17.16", |
| 73 | + "@types/node": "22.13.10", |
| 74 | + "@types/react": "19.0.10", |
| 75 | + "@types/react-dom": "19.0.4", |
| 76 | + "@typescript-eslint/eslint-plugin": "8.26.1", |
| 77 | + "@typescript-eslint/parser": "8.26.1", |
| 78 | + "autoprefixer": "10.4.21", |
79 | 79 | "babel-jest": "29.7.0",
|
80 | 80 | "cypress": "14.1.0",
|
81 | 81 | "dotenv": "16.4.7",
|
82 | 82 | "eslint": "8.57.1",
|
83 |
| - "eslint-config-next": "15.0.4", |
| 83 | + "eslint-config-next": "15.2.1", |
84 | 84 | "eslint-config-prettier": "9.1.0",
|
85 |
| - "eslint-plugin-cypress": "4.1.0", |
| 85 | + "eslint-plugin-cypress": "4.2.0", |
86 | 86 | "eslint-plugin-import": "2.31.0",
|
87 | 87 | "eslint-plugin-jsx-a11y": "6.10.2",
|
88 |
| - "eslint-plugin-react": "7.37.2", |
89 |
| - "eslint-plugin-react-hooks": "5.1.0", |
| 88 | + "eslint-plugin-react": "7.37.4", |
| 89 | + "eslint-plugin-react-hooks": "5.2.0", |
90 | 90 | "jest": "29.7.0",
|
91 |
| - "nx": "20.2.1", |
92 |
| - "postcss": "8.4.49", |
93 |
| - "prettier": "3.4.2", |
94 |
| - "tailwindcss": "3.4.16", |
95 |
| - "ts-jest": "29.2.5", |
| 91 | + "nx": "20.5.0", |
| 92 | + "postcss": "8.5.3", |
| 93 | + "prettier": "3.5.3", |
| 94 | + "tailwindcss": "3.4.17", |
| 95 | + "ts-jest": "29.2.6", |
96 | 96 | "ts-node": "10.9.2",
|
97 |
| - "typescript": "5.7.2", |
98 |
| - "webpack": "5.97.1" |
| 97 | + "typescript": "5.8.2", |
| 98 | + "webpack": "5.98.0" |
99 | 99 | },
|
100 | 100 | "pnpm": {
|
101 | 101 | "onlyBuiltDependencies": [],
|
102 | 102 | "overrides": {
|
103 | 103 | "uglify-js": "$uglify-js"
|
104 | 104 | }
|
105 | 105 | },
|
106 |
| - "packageManager": "[email protected].0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c" |
| 106 | + "packageManager": "[email protected].9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531" |
107 | 107 | }
|
0 commit comments