mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update dependency @rollup/plugin-commonjs to v29
See associated pull request for more information.
This commit is contained in:
parent
9ae1f44ca0
commit
76211bf3cc
2 changed files with 6 additions and 6 deletions
|
|
@ -79,7 +79,7 @@
|
|||
"@jridgewell/sourcemap-codec": "^1.4.14",
|
||||
"@microsoft/api-extractor": "^7.24.2",
|
||||
"@rollup/plugin-babel": "^6.0.0",
|
||||
"@rollup/plugin-commonjs": "^28.0.0",
|
||||
"@rollup/plugin-commonjs": "^29.0.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
||||
"@schematics/angular": "21.0.0-rc.0",
|
||||
"@standard-schema/spec": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -112,8 +112,8 @@ importers:
|
|||
specifier: ^6.0.0
|
||||
version: 6.1.0(@babel/core@7.28.5)(@types/babel__core@7.20.5)(rollup@4.52.5)
|
||||
'@rollup/plugin-commonjs':
|
||||
specifier: ^28.0.0
|
||||
version: 28.0.9(rollup@4.52.5)
|
||||
specifier: ^29.0.0
|
||||
version: 29.0.0(rollup@4.52.5)
|
||||
'@rollup/plugin-node-resolve':
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.3(rollup@4.52.5)
|
||||
|
|
@ -4379,8 +4379,8 @@ packages:
|
|||
rollup:
|
||||
optional: true
|
||||
|
||||
'@rollup/plugin-commonjs@28.0.9':
|
||||
resolution: {integrity: sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==}
|
||||
'@rollup/plugin-commonjs@29.0.0':
|
||||
resolution: {integrity: sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==}
|
||||
engines: {node: '>=16.0.0 || 14 >= 14.17'}
|
||||
peerDependencies:
|
||||
rollup: ^2.68.0||^3.0.0||^4.0.0
|
||||
|
|
@ -16946,7 +16946,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@rollup/plugin-commonjs@28.0.9(rollup@4.52.5)':
|
||||
'@rollup/plugin-commonjs@29.0.0(rollup@4.52.5)':
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.3.0(rollup@4.52.5)
|
||||
commondir: 1.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue