Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/preset-typescript": "7.28.5",
"@qlik/browserslist-config": "^3.0.0",
"@rollup/plugin-babel": "7.1.0",
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-commonjs": "29.0.3",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion commands/sense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-env": "7.29.5",
"@nebula.js/stardust": "^7.0.1",
"@rollup/plugin-babel": "7.1.0",
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-commonjs": "29.0.3",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.3",
"@rollup/plugin-terser": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@jest/globals": "^30.4.1",
"@playwright/test": "^1.60.0",
"@rollup/plugin-babel": "7.1.0",
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-commonjs": "29.0.3",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-replace": "6.0.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3802,7 +3802,7 @@ __metadata:
"@babel/preset-typescript": "npm:7.28.5"
"@qlik/browserslist-config": "npm:^3.0.0"
"@rollup/plugin-babel": "npm:7.1.0"
"@rollup/plugin-commonjs": "npm:29.0.2"
"@rollup/plugin-commonjs": "npm:29.0.3"
"@rollup/plugin-json": "npm:6.1.0"
"@rollup/plugin-node-resolve": "npm:16.0.3"
"@rollup/plugin-replace": "npm:6.0.3"
Expand Down Expand Up @@ -3840,7 +3840,7 @@ __metadata:
"@babel/preset-env": "npm:7.29.5"
"@nebula.js/stardust": "npm:^7.0.1"
"@rollup/plugin-babel": "npm:7.1.0"
"@rollup/plugin-commonjs": "npm:29.0.2"
"@rollup/plugin-commonjs": "npm:29.0.3"
"@rollup/plugin-node-resolve": "npm:16.0.3"
"@rollup/plugin-replace": "npm:6.0.3"
"@rollup/plugin-terser": "npm:1.0.0"
Expand Down Expand Up @@ -4984,9 +4984,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-commonjs@npm:29.0.2":
version: 29.0.2
resolution: "@rollup/plugin-commonjs@npm:29.0.2"
"@rollup/plugin-commonjs@npm:29.0.3":
version: 29.0.3
resolution: "@rollup/plugin-commonjs@npm:29.0.3"
dependencies:
"@rollup/pluginutils": "npm:^5.0.1"
commondir: "npm:^1.0.1"
Expand All @@ -5000,7 +5000,7 @@ __metadata:
peerDependenciesMeta:
rollup:
optional: true
checksum: 10c0/a2ef65014ed9b9b1daa51c9ae845ec2a935754539f6557c760b142855ce03a70fa67e2bd1bace3c947c9c14b4edd22020e51033a400d9291d30dfa46dc94f374
checksum: 10c0/e2aa2e4c99a72354b7aef932d222c7748155f29cd1d45ed692de56bbd524d4a36f99b0549d2cb293d878f1de83d7b47d7da82c67954dade3f8d42e891c0a9016
languageName: node
linkType: hard

Expand Down Expand Up @@ -16665,7 +16665,7 @@ __metadata:
"@jest/globals": "npm:^30.4.1"
"@playwright/test": "npm:^1.60.0"
"@rollup/plugin-babel": "npm:7.1.0"
"@rollup/plugin-commonjs": "npm:29.0.2"
"@rollup/plugin-commonjs": "npm:29.0.3"
"@rollup/plugin-json": "npm:6.1.0"
"@rollup/plugin-node-resolve": "npm:16.0.3"
"@rollup/plugin-replace": "npm:6.0.3"
Expand Down
Loading