Skip to content

Commit 8b5b025

Browse files
authored
chore: ⬆️ Upgrade dependencies (#3795)
1 parent 28ebe3d commit 8b5b025

File tree

8 files changed

+46
-57
lines changed

8 files changed

+46
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/preset-env": "^7.26.9",
5151
"@babel/preset-react": "^7.26.3",
5252
"@babel/preset-typescript": "^7.27.0",
53-
"@babel/runtime": "^7.27.0",
53+
"@babel/runtime": "^7.27.1",
5454
"@types/jest": "^29.5.14",
5555
"@types/jest-axe": "^3.5.9",
5656
"@typescript-eslint/eslint-plugin": "^8.31.0",

packages/eds-core-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"styled-components": ">=5.1"
8888
},
8989
"dependencies": {
90-
"@babel/runtime": "^7.27.0",
90+
"@babel/runtime": "^7.27.1",
9191
"@equinor/eds-icons": "workspace:^",
9292
"@equinor/eds-tokens": "workspace:*",
9393
"@equinor/eds-utils": "workspace:*",
@@ -97,7 +97,7 @@
9797
"@react-stately/calendar": "^3.8.0",
9898
"@react-stately/datepicker": "^3.14.0",
9999
"@react-types/shared": "^3.29.0",
100-
"@tanstack/react-virtual": "3.13.2",
100+
"@tanstack/react-virtual": "3.13.6",
101101
"downshift": "9.0.8",
102102
"react-aria": "^3.39.0"
103103
}

packages/eds-data-grid-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"rollup-plugin-postcss": "^4.0.2",
7373
"storybook": "^8.6.12",
7474
"styled-components": "6.1.17",
75-
"ts-jest": "29.3.1",
75+
"ts-jest": "29.3.2",
7676
"ts-node": "10.9.2",
7777
"tsc-watch": "^6.2.1",
7878
"typescript": "~5.8.3"

packages/eds-lab-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"styled-components": ">=5.1"
8787
},
8888
"dependencies": {
89-
"@babel/runtime": "^7.27.0",
89+
"@babel/runtime": "^7.27.1",
9090
"@equinor/eds-core-react": "workspace:^",
9191
"@equinor/eds-icons": "workspace:^",
9292
"@equinor/eds-tokens": "workspace:*",

packages/eds-tokens-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"style-dictionary": "^4.4.0",
4545
"style-dictionary-utils": "^4.0.5",
4646
"typescript": "^5.8.3",
47-
"vite": "^5.4.18",
47+
"vite": "^5.4.19",
4848
"vite-plugin-dts": "^3.9.1"
4949
},
5050
"engines": {

packages/eds-tokens-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dotenv": "^16.5.0",
4646
"prettier": "^3.5.3",
4747
"typescript": "^5.8.3",
48-
"vite": "^5.4.18",
48+
"vite": "^5.4.19",
4949
"vite-plugin-dts": "^4.5.3"
5050
}
5151
}

packages/eds-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"styled-components": ">=5.1"
8080
},
8181
"dependencies": {
82-
"@babel/runtime": "^7.27.0",
82+
"@babel/runtime": "^7.27.1",
8383
"@equinor/eds-tokens": "workspace:*"
8484
}
8585
}

pnpm-lock.yaml

Lines changed: 38 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)