Skip to content

Commit 702e554

Browse files
chore(deps): pin dependencies (#32087)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d82196c commit 702e554

File tree

6 files changed

+268
-429
lines changed

6 files changed

+268
-429
lines changed

apps/demos/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,29 +89,29 @@
8989
"zone.js": "0.15.1"
9090
},
9191
"devDependencies": {
92-
"@angular/platform-server": "~21.0.0",
92+
"@angular/platform-server": "21.0.5",
9393
"@babel/core": "7.28.5",
9494
"@babel/eslint-parser": "catalog:",
9595
"@babel/preset-env": "7.28.5",
96-
"@babel/preset-react": "^7.26.3",
97-
"@babel/preset-typescript": "^7.26.3",
98-
"@eslint/compat": "^1.3.2",
96+
"@babel/preset-react": "7.26.3",
97+
"@babel/preset-typescript": "7.28.5",
98+
"@eslint/compat": "1.3.2",
9999
"@eslint/eslintrc": "catalog:",
100100
"@rollup/plugin-babel": "6.0.4",
101101
"@rollup/plugin-node-resolve": "15.2.3",
102102
"@rollup/plugin-replace": "5.0.5",
103103
"@stylistic/eslint-plugin": "catalog:",
104104
"@testcafe-community/axe": "3.5.0",
105105
"@types/eslint": "8.56.2",
106-
"@types/file-saver-es": "^2.0.3",
106+
"@types/file-saver-es": "2.0.3",
107107
"@types/fs-extra": "11.0.2",
108108
"@types/react": "17.0.2",
109109
"@types/react-dom": "17.0.2",
110110
"@types/yargs": "17.0.32",
111111
"@typescript-eslint/eslint-plugin": "catalog:",
112112
"@typescript-eslint/parser": "catalog:",
113113
"@vue/eslint-config-typescript": "12.0.0",
114-
"@vue/tsconfig": "^0.7.0",
114+
"@vue/tsconfig": "0.7.0",
115115
"axe-core": "4.10.3",
116116
"babel-jest": "29.7.0",
117117
"consola": "3.2.3",
@@ -124,7 +124,7 @@
124124
"eslint-plugin-import": "catalog:",
125125
"eslint-plugin-no-only-tests": "catalog:",
126126
"eslint-plugin-react": "7.37.5",
127-
"eslint-plugin-react-hooks": "^5.1.0",
127+
"eslint-plugin-react-hooks": "5.2.0",
128128
"eslint-plugin-react-perf": "3.3.2",
129129
"express": "4.21.2",
130130
"glob": "11.1.0",
@@ -152,7 +152,7 @@
152152
"testcafe": "3.7.2",
153153
"testcafe-reporter-spec-time": "4.0.0",
154154
"ts-node": "10.9.2",
155-
"vue-tsc": "^3.0.6"
155+
"vue-tsc": "3.0.8"
156156
},
157157
"scripts": {
158158
"test": "jest --coverage --runInBand",

apps/react-storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@storybook/addon-docs": "10.1.9",
2323
"@storybook/addon-links": "10.1.9",
24-
"@storybook/addon-webpack5-compiler-swc": "^4.0.2",
24+
"@storybook/addon-webpack5-compiler-swc": "4.0.2",
2525
"@storybook/react-webpack5": "10.1.9",
2626
"@types/react": "18.0.0",
2727
"@types/react-dom": "18.0.0",
@@ -30,6 +30,6 @@
3030
"react": "18.0.0",
3131
"react-dom": "18.0.0",
3232
"storybook": "10.1.10",
33-
"typescript": "^5.9.3"
33+
"typescript": "5.9.3"
3434
}
3535
}

e2e/wrappers/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,29 @@
5252
"zone.js": "~0.15.0"
5353
},
5454
"devDependencies": {
55-
"@analogjs/vite-plugin-angular": "^1.0.0",
55+
"@analogjs/vite-plugin-angular": "1.15.1",
5656
"@angular-devkit/build-angular": "catalog:angular",
5757
"@angular/cli": "catalog:angular",
5858
"@angular/compiler-cli": "catalog:angular",
59-
"@eslint/js": "^9.39.1",
60-
"@types/jasmine": "~5.1.0",
59+
"@eslint/js": "9.39.1",
60+
"@types/jasmine": "5.1.4",
6161
"@types/react": "^19.0.10",
6262
"@types/react-dom": "^19.0.4",
63-
"@vitejs/plugin-react": "^4.3.4",
64-
"@vitejs/plugin-vue": "^5.2.1",
65-
"eslint": "^9.39.1",
66-
"eslint-plugin-react-hooks": "^7.0.1",
67-
"eslint-plugin-react-refresh": "^0.4.24",
68-
"globals": "^15.15.0",
69-
"jasmine-core": "~5.6.0",
70-
"karma": "~6.4.0",
71-
"karma-chrome-launcher": "~3.2.0",
72-
"karma-coverage": "~2.2.0",
73-
"karma-jasmine": "~5.1.0",
74-
"karma-jasmine-html-reporter": "~2.1.0",
75-
"testcafe": "^3.4.0",
76-
"typescript": "~5.8.3",
77-
"vite": "^6.2.0"
63+
"@vitejs/plugin-react": "4.4.1",
64+
"@vitejs/plugin-vue": "5.2.3",
65+
"eslint": "9.39.1",
66+
"eslint-plugin-react-hooks": "7.0.1",
67+
"eslint-plugin-react-refresh": "0.4.24",
68+
"globals": "15.15.0",
69+
"jasmine-core": "5.6.0",
70+
"karma": "6.4.4",
71+
"karma-chrome-launcher": "3.2.0",
72+
"karma-coverage": "2.2.1",
73+
"karma-jasmine": "5.1.0",
74+
"karma-jasmine-html-reporter": "2.1.0",
75+
"testcafe": "3.7.2",
76+
"typescript": "5.8.3",
77+
"vite": "6.4.1"
7878
},
7979
"main": "index.js",
8080
"directories": {

packages/devextreme/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"del": "2.2.2",
106106
"devextreme-aspnet-data": "5.0.0",
107107
"devextreme-cldr-data": "1.0.3",
108-
"devextreme-exceljs-fork": "^4.4.4",
108+
"devextreme-exceljs-fork": "4.4.4",
109109
"devextreme-screenshot-comparer": "2.0.17",
110110
"enzyme": "3.11.0",
111111
"enzyme-adapter-react-16": "1.15.8",
@@ -119,15 +119,15 @@
119119
"eslint-plugin-jest": "27.6.0",
120120
"eslint-plugin-jest-formatting": "3.1.0",
121121
"eslint-plugin-jsx-a11y": "6.8.0",
122-
"eslint-plugin-n": "^17.0.0",
122+
"eslint-plugin-n": "17.23.1",
123123
"eslint-plugin-no-only-tests": "catalog:",
124124
"eslint-plugin-qunit": "catalog:",
125125
"eslint-plugin-react": "7.33.2",
126126
"eslint-plugin-rulesdir": "0.2.2",
127127
"eslint-plugin-simple-import-sort": "10.0.0",
128128
"eslint-plugin-spellcheck": "0.0.20",
129129
"eslint-plugin-testcafe": "0.2.1",
130-
"eslint-plugin-unicorn": "^60.0.0",
130+
"eslint-plugin-unicorn": "60.0.0",
131131
"fancy-log": "2.0.0",
132132
"file-saver": "2.0.5",
133133
"glob": "11.1.0",

packages/nx-infra-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
}
3030
},
3131
"devDependencies": {
32-
"@types/fs-extra": "^11.0.4",
32+
"@types/fs-extra": "11.0.4",
3333
"@types/jest": "29.5.12",
34-
"@types/node": "^18.0.0",
34+
"@types/node": "18.19.64",
3535
"prettier": "catalog:tools",
3636
"ts-jest": "29.1.3",
3737
"typescript": "4.9.5"

0 commit comments

Comments
 (0)