Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.23.2` | `7.23.4` |
| [@blueprintjs/core](https://github.com/palantir/blueprint/tree/HEAD/packages/core) | `5.6.0` | `5.7.1` |
| [@blueprintjs/icons](https://github.com/palantir/blueprint/tree/HEAD/packages/icons) | `5.3.0` | `5.4.1` |
| [@blueprintjs/select](https://github.com/palantir/blueprint/tree/HEAD/packages/select) | `5.0.17` | `5.0.19` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.33.2` | `3.33.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.18.0` | `6.19.0` |


Updates `@babel/runtime` from 7.23.2 to 7.23.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-runtime)

Updates `@blueprintjs/core` from 5.6.0 to 5.7.1
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/core)

Updates `@blueprintjs/icons` from 5.3.0 to 5.4.1
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/icons)

Updates `@blueprintjs/select` from 5.0.17 to 5.0.19
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/select)

Updates `core-js` from 3.33.2 to 3.33.3
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.3/packages/core-js)

Updates `react-router-dom` from 6.18.0 to 6.19.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: "@blueprintjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@blueprintjs/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@blueprintjs/select"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rolinh committed Nov 21, 2023
1 parent f46fc1b commit 7539ad0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
]
},
"dependencies": {
"@babel/runtime": "7.23.2",
"@blueprintjs/core": "5.6.0",
"@blueprintjs/icons": "5.3.0",
"@blueprintjs/select": "5.0.17",
"@babel/runtime": "7.23.4",
"@blueprintjs/core": "5.7.1",
"@blueprintjs/icons": "5.4.1",
"@blueprintjs/select": "5.0.19",
"@react-hook/resize-observer": "1.2.6",
"@use-gesture/react": "10.3.0",
"classnames": "2.3.2",
"core-js": "3.33.2",
"core-js": "3.33.3",
"d3": "7.8.5",
"date-fns": "2.30.0",
"decompress": "4.2.1",
Expand All @@ -47,7 +47,7 @@
"query-string": "8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.18.0",
"react-router-dom": "6.19.0",
"react-spring": "9.7.3",
"react-window": "1.8.9",
"route-parser": "0.0.5",
Expand Down

0 comments on commit 7539ad0

Please sign in to comment.