Skip to content

Commit 2b96b18

Browse files
committed
build: upgrade @cosmotech/core to v2.0.0
1 parent 85efaa2 commit 2b96b18

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/preset-env": "^7.25.2",
3030
"@babel/preset-react": "^7.24.7",
3131
"@cosmotech/azure": "^2.0.1",
32-
"@cosmotech/core": "^1.19.1",
32+
"@cosmotech/core": "^2.0.0",
3333
"@mui/icons-material": "^5.16.5",
3434
"@mui/lab": "^5.0.0-alpha.170",
3535
"@mui/material": "^5.16.5",
@@ -73,7 +73,7 @@
7373
},
7474
"peerDependencies": {
7575
"@cosmotech/azure": "^2.0.1",
76-
"@cosmotech/core": "^1.6.3",
76+
"@cosmotech/core": "^2.0.0",
7777
"@mui/icons-material": "^5.11.0",
7878
"@mui/lab": "^5.0.0-alpha.117",
7979
"@mui/material": "^5.11.6",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,9 +2091,9 @@ __metadata:
20912091
languageName: node
20922092
linkType: hard
20932093

2094-
"@cosmotech/core@npm:^1.19.1":
2095-
version: 1.19.1
2096-
resolution: "@cosmotech/core@npm:1.19.1"
2094+
"@cosmotech/core@npm:^2.0.0":
2095+
version: 2.0.0
2096+
resolution: "@cosmotech/core@npm:2.0.0"
20972097
dependencies:
20982098
"@azure/msal-browser": "npm:^3.20.0"
20992099
csv-string: "npm:^4.1.1"
@@ -2102,7 +2102,7 @@ __metadata:
21022102
rfdc: "npm:^1.4.1"
21032103
validator: "npm:^13.12.0"
21042104
xlsx: "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
2105-
checksum: 10c0/65afb2c62da70892fdae8ff2775fc239ff60f82f136ffc657a54caacf32c0a1ba3f102fa9d9205301881baaedb4a0512c6873998e057da82b93d77ae94220b27
2105+
checksum: 10c0/5fb483158e05ae57f5794e64c183f73ee31cc29e72afa5db45f17b124b9a73abc986b71f7fcc33fd916c7fa1113120f42469df5dbe2f37d2c85bdebde4e1cf4c
21062106
languageName: node
21072107
linkType: hard
21082108

@@ -2114,7 +2114,7 @@ __metadata:
21142114
"@babel/preset-env": "npm:^7.25.2"
21152115
"@babel/preset-react": "npm:^7.24.7"
21162116
"@cosmotech/azure": "npm:^2.0.1"
2117-
"@cosmotech/core": "npm:^1.19.1"
2117+
"@cosmotech/core": "npm:^2.0.0"
21182118
"@emotion/react": "npm:^11.13.0"
21192119
"@emotion/styled": "npm:^11.13.0"
21202120
"@mui/icons-material": "npm:^5.16.5"
@@ -2173,7 +2173,7 @@ __metadata:
21732173
rollup-plugin-visualizer: "npm:^5.12.0"
21742174
peerDependencies:
21752175
"@cosmotech/azure": ^2.0.1
2176-
"@cosmotech/core": ^1.6.3
2176+
"@cosmotech/core": ^2.0.0
21772177
"@mui/icons-material": ^5.11.0
21782178
"@mui/lab": ^5.0.0-alpha.117
21792179
"@mui/material": ^5.11.6

0 commit comments

Comments
 (0)