Skip to content

Commit 6dc4226

Browse files
committed
build: update dependencies to last minor version available
1 parent 2a27af2 commit 6dc4226

File tree

2 files changed

+355
-285
lines changed

2 files changed

+355
-285
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"homepage": "https://github.com/Cosmo-Tech/webapp-component-ui#readme",
2727
"devDependencies": {
28-
"@babel/core": "^7.28.6",
29-
"@babel/preset-env": "^7.28.6",
28+
"@babel/core": "^7.29.0",
29+
"@babel/preset-env": "^7.29.0",
3030
"@babel/preset-react": "^7.28.5",
3131
"@cosmotech/azure": "^4.0.0-dev.1",
3232
"@cosmotech/core": "^3.0.0-dev.0",
3333
"@emotion/react": "^11.14.0",
3434
"@emotion/styled": "^11.14.1",
35-
"@eslint/compat": "^2.0.1",
35+
"@eslint/compat": "^2.0.2",
3636
"@eslint/eslintrc": "^3.3.3",
3737
"@eslint/js": "^9.39.2",
3838
"@mui/icons-material": "^7.3.7",
@@ -43,15 +43,15 @@
4343
"@rollup/plugin-node-resolve": "^16.0.3",
4444
"@testing-library/dom": "^10.4.1",
4545
"@testing-library/jest-dom": "^6.9.1",
46-
"@testing-library/react": "^16.3.1",
46+
"@testing-library/react": "^16.3.2",
4747
"@testing-library/user-event": "^14.6.1",
4848
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
4949
"babel-jest": "^30.2.0",
5050
"dayjs": "^1.11.19",
5151
"eslint": "^9.39.2",
5252
"eslint-config-prettier": "^10.1.8",
5353
"eslint-plugin-import": "^2.32.0",
54-
"eslint-plugin-jest": "^29.12.1",
54+
"eslint-plugin-jest": "^29.12.2",
5555
"eslint-plugin-jest-dom": "^5.5.0",
5656
"eslint-plugin-n": "^17.23.2",
5757
"eslint-plugin-node": "^11.1.0",
@@ -67,12 +67,12 @@
6767
"jest-environment-jsdom": "^30.2.0",
6868
"neostandard": "^0.12.2",
6969
"postcss": "^8.5.6",
70-
"prettier": "^3.8.0",
70+
"prettier": "^3.8.1",
7171
"prop-types": "^15.8.1",
72-
"react": "^19.2.3",
73-
"react-dom": "^19.2.3",
74-
"react-i18next": "^16.5.3",
75-
"rollup": "^4.55.1",
72+
"react": "^19.2.4",
73+
"react-dom": "^19.2.4",
74+
"react-i18next": "^16.5.4",
75+
"rollup": "^4.57.1",
7676
"rollup-plugin-peer-deps-external": "^2.2.4",
7777
"rollup-plugin-postcss": "^4.0.2",
7878
"rollup-plugin-visualizer": "^6.0.5"
@@ -90,16 +90,16 @@
9090
"dependencies": {
9191
"@emotion/react": "^11.14.0",
9292
"@emotion/styled": "^11.14.1",
93-
"@mui/x-date-pickers": "^8.25.0",
94-
"@mui/x-tree-view": "^8.25.0",
93+
"@mui/x-date-pickers": "^8.27.0",
94+
"@mui/x-tree-view": "^8.27.0",
9595
"@superset-ui/embedded-sdk": "^0.3.0",
96-
"ag-grid-community": "~35.0.0",
97-
"ag-grid-react": "~35.0.0",
96+
"ag-grid-community": "~35.0.1",
97+
"ag-grid-react": "~35.0.1",
9898
"cytoscape": "^3.33.1",
9999
"cytoscape-bubblesets": "^4.1.0",
100100
"cytoscape-dagre": "^2.5.0",
101101
"cytoscape-layers": "^3.1.0",
102-
"powerbi-client-react": "^2.0.1",
102+
"powerbi-client-react": "^2.0.2",
103103
"react-cytoscapejs": "^2.0.0",
104104
"react-lottie-player": "^2.1.0",
105105
"react-number-format": "^5.4.4",

0 commit comments

Comments
 (0)