Skip to content

Commit

Permalink
fix: ag-grid watermark (#160)
Browse files Browse the repository at this point in the history
* update fusion-ag-grid to remove watermark
  • Loading branch information
fredrikleknes authored Oct 6, 2023
1 parent b836352 commit 31b413b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@equinor/fusion": "^3.4.10",
"@equinor/fusion-components": "^2.12.0",
"@equinor/fusion-framework-app": "^7.0.16",
"@equinor/fusion-framework-module-ag-grid": "30.0.0",
"@equinor/fusion-framework-module-ag-grid": "30.1.0",
"@equinor/fusion-framework-module-context": "^4.0.10",
"@equinor/fusion-framework-module-msal": "^3.0.4",
"@equinor/fusion-framework-module-navigation": "^3.0.2",
Expand Down
22 changes: 5 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
dependencies:
"@ag-grid-community/core" "~30.1.0"

"@ag-grid-community/core@~30.0.5":
version "30.0.5"
resolved "https://registry.npmjs.org/@ag-grid-community/core/-/core-30.0.5.tgz"
integrity sha512-IAgE4ZW1oZwCzWnBlm056/8axVLXVSPQkBAaRNotM1b7XFD6jTG2VVAtCVIhprUyfbdwrg6BV+UpDlGrMbesjA==

"@ag-grid-community/core@~30.1.0":
version "30.1.0"
resolved "https://registry.yarnpkg.com/@ag-grid-community/core/-/core-30.1.0.tgz#e91b1d64b8cab23abb0da7ce9d9308280360de24"
Expand Down Expand Up @@ -57,13 +52,6 @@
"@ag-grid-enterprise/row-grouping" "~30.1.0"
"@ag-grid-enterprise/side-bar" "~30.1.0"

"@ag-grid-enterprise/core@~30.0.5":
version "30.0.5"
resolved "https://registry.npmjs.org/@ag-grid-enterprise/core/-/core-30.0.5.tgz"
integrity sha512-1jmIxGyApuFldqcHYqZ0hs6TT/vgu75JqEz9wTxc7pGM3yR+N2kedic5LhnKUOaHtSBEVcVNFAVIY96JUfCruw==
dependencies:
"@ag-grid-community/core" "~30.0.5"

"@ag-grid-enterprise/core@~30.1.0":
version "30.1.0"
resolved "https://registry.yarnpkg.com/@ag-grid-enterprise/core/-/core-30.1.0.tgz#e13f8d5e7e17b5d2943295f86c28c6d328f5fd47"
Expand Down Expand Up @@ -1584,12 +1572,12 @@
resolved "https://registry.npmjs.org/@equinor/fusion-framework-legacy-interopt/-/fusion-framework-legacy-interopt-4.0.14.tgz"
integrity sha512-21ab2Lul8kSkQfxrSXItD5F5h7KEtRoC2Z5Vy3Rc/qQAowaGvmbkIzjMZiIX91SkgcAAU0HBZRx2MU+JCeu3sA==

"@equinor/fusion-framework-module-ag-grid@30.0.0":
version "30.0.0"
resolved "https://registry.npmjs.org/@equinor/fusion-framework-module-ag-grid/-/fusion-framework-module-ag-grid-30.0.0.tgz"
integrity sha512-ykV/zvUe/B9jM3f4UFYTPsOxMrDWWO/IgWRgT11ZzP9kyvUkagR6OhfSdQvsayzYEvKvTFhrJtL3kegL9y9uHw==
"@equinor/fusion-framework-module-ag-grid@30.1.0":
version "30.1.0"
resolved "https://registry.yarnpkg.com/@equinor/fusion-framework-module-ag-grid/-/fusion-framework-module-ag-grid-30.1.0.tgz#b7e746f5656608324e85e8870e4ad1c86da3d31b"
integrity sha512-ZzZyLe7gzXhHtQXqG9mUUBUVac5g7zJuZM2O++NghdRlHHlr1W9SDk7WNLyyjzCWKiwIYvuHqCayEiRWMAi9hA==
dependencies:
"@ag-grid-enterprise/core" "~30.0.5"
"@ag-grid-enterprise/core" "~30.1.0"

"@equinor/fusion-framework-module-app@^5.2.1":
version "5.2.1"
Expand Down

0 comments on commit 31b413b

Please sign in to comment.