Skip to content

Commit e0b9d9b

Browse files
angular-robotmmalerba
authored andcommitted
build: update all non-major dependencies (angular#64218)
See associated pull request for more information. PR Close angular#64218
1 parent d3e76b1 commit e0b9d9b

File tree

4 files changed

+214
-213
lines changed

4 files changed

+214
-213
lines changed

adev/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@angular/router": "workspace:*",
1919
"@angular/ssr": "21.0.0-next.5",
2020
"@codemirror/autocomplete": "6.19.0",
21-
"@codemirror/commands": "6.8.1",
21+
"@codemirror/commands": "6.9.0",
2222
"@codemirror/lang-angular": "0.1.4",
2323
"@codemirror/lang-css": "6.3.1",
24-
"@codemirror/lang-html": "6.4.10",
24+
"@codemirror/lang-html": "6.4.11",
2525
"@codemirror/lang-javascript": "6.2.4",
2626
"@codemirror/lang-sass": "6.0.2",
2727
"@codemirror/language": "6.11.3",
28-
"@codemirror/lint": "6.8.5",
28+
"@codemirror/lint": "6.9.0",
2929
"@codemirror/search": "6.5.11",
3030
"@codemirror/state": "6.5.2",
3131
"@codemirror/view": "6.38.4",
@@ -36,7 +36,7 @@
3636
"@types/dom-navigation": "1.0.6",
3737
"@types/jasmine": "5.1.9",
3838
"@types/jsdom": "27.0.0",
39-
"@types/node": "24.6.1",
39+
"@types/node": "24.6.2",
4040
"@typescript/vfs": "1.6.1",
4141
"@webcontainer/api": "1.6.1",
4242
"@xterm/addon-fit": "0.10.0",
@@ -82,6 +82,6 @@
8282
"devDependencies": {
8383
"autoprefixer": "10.4.21",
8484
"postcss": "8.5.6",
85-
"tailwindcss": "3.4.17"
85+
"tailwindcss": "3.4.18"
8686
}
8787
}

modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@angular/upgrade": "workspace:*",
1616
"@types/jasmine": "5.1.9",
1717
"@types/jasminewd2": "2.0.13",
18-
"@types/node": "24.6.1",
18+
"@types/node": "24.6.2",
1919
"@types/selenium-webdriver": "3.0.7",
2020
"angular-1.8": "npm:[email protected]",
2121
"protractor": "7.0.0",

packages/zone.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"jest-environment-jsdom": "30.2.0",
2121
"jest-environment-node": "30.2.0",
2222
"jest": "30.2.0",
23-
"mocha": "11.7.3",
23+
"mocha": "11.7.4",
2424
"mock-require": "3.0.3",
2525
"jasmine": "5.11.0",
2626
"source-map-support": "0.5.21",

0 commit comments

Comments
 (0)