From 17cfe9bb86acd996a99c93ff0b8a8da6151a3f8f Mon Sep 17 00:00:00 2001 From: Odin Thomas Rochmann Date: Wed, 27 Sep 2023 00:12:27 +0200 Subject: [PATCH] build(app-react-cookbook): update ag-grid@30.2 (#1357) --- .changeset/happy-moose-wave.md | 5 ++ cookbooks/app-react-ag-grid/package.json | 8 +-- cookbooks/app-react-ag-grid/src/App.tsx | 9 +-- pnpm-lock.yaml | 74 ++++++++++++------------ 4 files changed, 52 insertions(+), 44 deletions(-) create mode 100644 .changeset/happy-moose-wave.md diff --git a/.changeset/happy-moose-wave.md b/.changeset/happy-moose-wave.md new file mode 100644 index 000000000..4489efaf0 --- /dev/null +++ b/.changeset/happy-moose-wave.md @@ -0,0 +1,5 @@ +--- +'@equinor/fusion-framework-cookbook-app-react-ag-grid': patch +--- + +update ag-grid cookbook diff --git a/cookbooks/app-react-ag-grid/package.json b/cookbooks/app-react-ag-grid/package.json index 3cf726552..4e5d42b4c 100644 --- a/cookbooks/app-react-ag-grid/package.json +++ b/cookbooks/app-react-ag-grid/package.json @@ -22,10 +22,10 @@ "typescript": "^5.1.3" }, "dependencies": { - "@ag-grid-community/client-side-row-model": "~30.1.0", - "@ag-grid-community/core": "~30.1.0", - "@ag-grid-community/react": "~30.1.0", - "@equinor/fusion-framework-module-ag-grid": "^30.1.0", + "@ag-grid-community/client-side-row-model": "~30.2.0", + "@ag-grid-community/core": "~30.2.0", + "@ag-grid-community/react": "~30.2.0", + "@equinor/fusion-framework-module-ag-grid": "workspace:^", "@equinor/fusion-react-ag-grid-styles": "^29.3.9" } } diff --git a/cookbooks/app-react-ag-grid/src/App.tsx b/cookbooks/app-react-ag-grid/src/App.tsx index d16f4023b..90245cdba 100644 --- a/cookbooks/app-react-ag-grid/src/App.tsx +++ b/cookbooks/app-react-ag-grid/src/App.tsx @@ -38,10 +38,11 @@ export const App = (): JSX.Element => {

Hello Fusion-framework Ag-Grid

-
-
- -
+
+
); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bf46cbfac..9458859f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: @@ -105,16 +109,16 @@ importers: cookbooks/app-react-ag-grid: dependencies: '@ag-grid-community/client-side-row-model': - specifier: ~30.1.0 - version: 30.1.0 + specifier: ~30.2.0 + version: 30.2.0 '@ag-grid-community/core': - specifier: ~30.1.0 - version: 30.1.0 + specifier: ~30.2.0 + version: 30.2.0 '@ag-grid-community/react': - specifier: ~30.1.0 - version: 30.1.0(@ag-grid-community/core@30.1.0)(react-dom@18.2.0)(react@18.2.0) + specifier: ~30.2.0 + version: 30.2.0(@ag-grid-community/core@30.2.0)(react-dom@18.2.0)(react@18.2.0) '@equinor/fusion-framework-module-ag-grid': - specifier: ^30.1.0 + specifier: workspace:^ version: link:../../packages/modules/ag-grid '@equinor/fusion-react-ag-grid-styles': specifier: ^29.3.9 @@ -1415,28 +1419,24 @@ packages: tunnel: 0.0.6 dev: true - /@ag-grid-community/client-side-row-model@30.1.0: - resolution: {integrity: sha512-j6ao2nqxOn6ztyBuWBZNIsxdjj+lckmB3jfx2I2Y9vx9q3xX0ibzpp5hafRY+09/LXSXZHA/1KR31Zj4Mzikuw==} + /@ag-grid-community/client-side-row-model@30.2.0: + resolution: {integrity: sha512-XCe7V/+qhmpldbP++XGbWvenkxfVY/YJ+/Y64e/ugNi8piQN8DBNSSoSn6cVVGmuYEdB2zACgKv60mg/tLngdQ==} dependencies: - '@ag-grid-community/core': 30.1.0 - dev: false - - /@ag-grid-community/core@30.1.0: - resolution: {integrity: sha512-UR/cqyV4r/fLi8w6x+okL9DGHMXtyxthQMgCFa5zBs4UzmRuJeg39NfcRsHoNg2LT2GPHWaE/8Qa+ae7pjXh4g==} + '@ag-grid-community/core': 30.2.0 dev: false /@ag-grid-community/core@30.2.0: resolution: {integrity: sha512-BdRavyYxyl0rx3w4VKQlV9KHRR9TIJ9RFt4FIsWUxC+VDC+VEL64J1PzgJqXqgkM7Zmb+rYbluA2UPmRrQQJ9A==} dev: false - /@ag-grid-community/react@30.1.0(@ag-grid-community/core@30.1.0)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-bhK9qUbFrZ6TXxt3EjDShL1/ccHIaGXWOl8LY5iQUw7sZzbCJk1d1w1qoyOedQMbVdV1KaN3I1rj2uWRM7xkXg==} + /@ag-grid-community/react@30.2.0(@ag-grid-community/core@30.2.0)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-9xqqCdIAFfYV7pBeh1vikLomzT0NQ465SfOzdO7bt3ZZ099vdrrZIfvZ7KyJgbaOzAM99qXvRWHamnOJeZD4AA==} peerDependencies: - '@ag-grid-community/core': ~30.1.0 + '@ag-grid-community/core': ~30.2.0 react: ^16.3.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0 dependencies: - '@ag-grid-community/core': 30.1.0 + '@ag-grid-community/core': 30.2.0 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -2795,6 +2795,12 @@ packages: dependencies: regenerator-runtime: 0.14.0 + /@babel/runtime@7.23.1: + resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.14.0 + /@babel/template@7.22.15: resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} @@ -3559,7 +3565,7 @@ packages: react-dom: optional: true dependencies: - '@equinor/fusion-wc-theme': 0.2.34 + '@equinor/fusion-wc-theme': 0.2.35 '@equinor/fusion-web-theme': 0.1.7 '@material-ui/styles': 4.11.5(@types/react@18.2.22)(react-dom@18.2.0)(react@18.2.0) '@types/react': 18.2.22 @@ -3866,8 +3872,8 @@ packages: '@material/mwc-textfield': 0.27.0 lit: 2.7.0 - /@equinor/fusion-wc-theme@0.2.34: - resolution: {integrity: sha512-QEhndKAt+ECs54cLVKAbIs2LBNjOt8T/E0xyBKR6qd5Yr2zGmzG2XaPZbBnCrkxdR3Dqlkk0NJaRqEGEvhMpiQ==} + /@equinor/fusion-wc-theme@0.2.35: + resolution: {integrity: sha512-t/pBoMgS8E3IRpHYX6dnEFWlOIfWHliuKoGjHGLEKRncWiHpP7WviH5LrKbHyT0wwZWxSn6V7cldUawLFe/k9g==} dependencies: '@equinor/fusion-wc-core': 1.0.5 '@equinor/fusion-web-theme': 0.1.7 @@ -4352,7 +4358,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 '@emotion/hash': 0.8.0 '@material-ui/types': 5.1.0(@types/react@18.2.22) '@material-ui/utils': 4.11.3(react-dom@18.2.0)(react@18.2.0) @@ -4389,7 +4395,7 @@ packages: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -7206,7 +7212,7 @@ packages: /css-vendor@2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 is-in-browser: 1.1.3 /css.escape@1.5.1: @@ -9291,53 +9297,53 @@ packages: /jss-plugin-camel-case@10.10.0: resolution: {integrity: sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 hyphenate-style-name: 1.0.4 jss: 10.10.0 /jss-plugin-default-unit@10.10.0: resolution: {integrity: sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 jss: 10.10.0 /jss-plugin-global@10.10.0: resolution: {integrity: sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 jss: 10.10.0 /jss-plugin-nested@10.10.0: resolution: {integrity: sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 jss: 10.10.0 tiny-warning: 1.0.3 /jss-plugin-props-sort@10.10.0: resolution: {integrity: sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 jss: 10.10.0 /jss-plugin-rule-value-function@10.10.0: resolution: {integrity: sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 jss: 10.10.0 tiny-warning: 1.0.3 /jss-plugin-vendor-prefixer@10.10.0: resolution: {integrity: sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 css-vendor: 2.0.8 jss: 10.10.0 /jss@10.10.0: resolution: {integrity: sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==} dependencies: - '@babel/runtime': 7.22.15 + '@babel/runtime': 7.23.1 csstype: 3.1.2 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -12564,7 +12570,3 @@ packages: /yocto-queue@1.0.0: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false