Skip to content

Commit ae67c32

Browse files
Bump the all-npm-dependencies group across 1 directory with 7 updates
Bumps the all-npm-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@hotwired/stimulus](https://github.com/hotwired/stimulus) | `3.1.1` | `3.2.2` | | [@hotwired/turbo-rails](https://github.com/hotwired/turbo-rails) | `7.2.4` | `8.0.23` | | [@popperjs/core](https://github.com/popperjs/popper-core) | `2.11.6` | `2.11.8` | | [bootstrap](https://github.com/twbs/bootstrap) | `5.2.2` | `5.3.8` | | [bootstrap-icons](https://github.com/twbs/icons) | `1.9.1` | `1.13.1` | | [esbuild](https://github.com/evanw/esbuild) | `0.15.13` | `0.28.0` | | [sass](https://github.com/sass/dart-sass) | `1.56.1` | `1.100.0` | Updates `@hotwired/stimulus` from 3.1.1 to 3.2.2 - [Release notes](https://github.com/hotwired/stimulus/releases) - [Changelog](https://github.com/hotwired/stimulus/blob/main/CHANGELOG.md) - [Commits](hotwired/stimulus@v3.1.1...v3.2.2) Updates `@hotwired/turbo-rails` from 7.2.4 to 8.0.23 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/commits) Updates `@popperjs/core` from 2.11.6 to 2.11.8 - [Release notes](https://github.com/popperjs/popper-core/releases) - [Commits](floating-ui/floating-ui@v2.11.6...v2.11.8) Updates `bootstrap` from 5.2.2 to 5.3.8 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](twbs/bootstrap@v5.2.2...v5.3.8) Updates `bootstrap-icons` from 1.9.1 to 1.13.1 - [Release notes](https://github.com/twbs/icons/releases) - [Commits](twbs/icons@v1.9.1...v1.13.1) Updates `esbuild` from 0.15.13 to 0.28.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md) - [Commits](evanw/esbuild@v0.15.13...v0.28.0) Updates `sass` from 1.56.1 to 1.100.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.56.1...1.100.0) --- updated-dependencies: - dependency-name: "@hotwired/stimulus" dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-npm-dependencies - dependency-name: "@hotwired/turbo-rails" dependency-version: 8.0.23 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-npm-dependencies - dependency-name: "@popperjs/core" dependency-version: 2.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-npm-dependencies - dependency-name: bootstrap dependency-version: 5.3.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-npm-dependencies - dependency-name: bootstrap-icons dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-npm-dependencies - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-npm-dependencies - dependency-name: sass dependency-version: 1.99.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e2dca3 commit ae67c32

2 files changed

Lines changed: 330 additions & 278 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "app",
33
"private": "true",
44
"dependencies": {
5-
"@hotwired/stimulus": "^3.1.1",
6-
"@hotwired/turbo-rails": "^7.2.4",
7-
"@popperjs/core": "^2.11.6",
8-
"bootstrap": "^5.2.2",
9-
"bootstrap-icons": "^1.9.1",
10-
"esbuild": "^0.15.13",
11-
"sass": "^1.56.1"
5+
"@hotwired/stimulus": "^3.2.2",
6+
"@hotwired/turbo-rails": "^8.0.23",
7+
"@popperjs/core": "^2.11.8",
8+
"bootstrap": "^5.3.8",
9+
"bootstrap-icons": "^1.13.1",
10+
"esbuild": "^0.28.0",
11+
"sass": "^1.100.0"
1212
},
1313
"scripts": {
1414
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",

0 commit comments

Comments
 (0)