Skip to content

Commit

Permalink
fix: update ag-grid module to use the right path (#5382)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb authored Jul 26, 2024
1 parent 22a4d13 commit d9fe636
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-items-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/module-to-cdn': patch
---

fix: module to cdn for ag-grid
6 changes: 5 additions & 1 deletion fork/module-to-cdn/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,13 @@
"ag-grid-react": {
"var": "AgGridReact",
"versions": {
">= 23.1.0": {
">= 23.1.0 < 32.0.0": {
"development": "/bundles/ag-grid-react.min.js",
"production": "/bundles/ag-grid-react.min.js"
},
">= 32.0.0": {
"development": "/dist/umd/@ag-grid-community/react.js",
"production": "/dist/umd/@ag-grid-community/react.min.js"
}
}
},
Expand Down

0 comments on commit d9fe636

Please sign in to comment.