Skip to content

Commit

Permalink
⬆️ Update dependencies in packages (#3298)
Browse files Browse the repository at this point in the history
* ⬆️ downshift@8.3.2

* ⬆️ @floating-ui/react@0.26.9

* ⬆️ @tanstack/react-virtual@3.1.2

* ⬆️ @tanstack/react-virtual@3.1.3

* ⬆️ @babel/runtime@7.23.9

* pin downshift to v8.2.3 due to a new bug in latest release

* ⬆️ date-fns@3.3.1 (datepicker)

* fix locale import after update

* ⬆️ react-datepicker@6.2.0

* datepicker: fix placement in stories

* ⬆️ @tanstack/react-table@8.13.2

* ⬆️ @babel/runtime@7.24.0

* ⬆️ @babel/*@7.24.0 in root package.js
  • Loading branch information
oddvernes authored Feb 29, 2024
1 parent c8d5c34 commit 3884152
Show file tree
Hide file tree
Showing 12 changed files with 2,217 additions and 2,151 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"sanity": "pnpm --filter ./sanity"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.24.0",
"@types/jest": "^29.5.7",
"@types/jest-axe": "^3.5.7",
"@typescript-eslint/eslint-plugin": "^6.9.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/eds-core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
"styled-components": ">=4.2"
},
"dependencies": {
"@babel/runtime": "^7.23.8",
"@babel/runtime": "^7.24.0",
"@equinor/eds-icons": "workspace:^",
"@equinor/eds-tokens": "workspace:*",
"@equinor/eds-utils": "workspace:*",
"@floating-ui/react": "^0.26.2",
"@tanstack/react-virtual": "3.0.4",
"downshift": "^8.2.3"
"@floating-ui/react": "^0.26.9",
"@tanstack/react-virtual": "3.1.3",
"downshift": "8.2.3"
},
"engines": {
"pnpm": ">=4",
Expand Down
Loading

0 comments on commit 3884152

Please sign in to comment.