Skip to content

Commit

Permalink
Chores: Bump stimulus from 2.0.0 to 3.2.1 (#9)
Browse files Browse the repository at this point in the history
* Chores: Bump stimulus from 2.0.0 to 3.2.1

Bumps [stimulus](https://github.com/stimulusjs/stimulus) from 2.0.0 to 3.2.1.
- [Release notes](https://github.com/stimulusjs/stimulus/releases)
- [Changelog](https://github.com/hotwired/stimulus/blob/main/CHANGELOG.md)
- [Commits](hotwired/stimulus@v2.0.0...v3.2.1)

---
updated-dependencies:
- dependency-name: stimulus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Complete migration to Stimulus v3

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: double beep <[email protected]>
  • Loading branch information
dependabot[bot] and double-beep authored Jan 19, 2023
1 parent 48ec5d4 commit 8ded755
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 40 deletions.
2 changes: 1 addition & 1 deletion lib/stacks.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Stimulus from "stimulus";
import Stimulus from "@hotwired/stimulus";

type BasicPlacement = "auto" | "top" | "right" | "bottom" | "left";
// Minimum TypeScript Version: 4.1
Expand Down
44 changes: 7 additions & 37 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"types": "./index.d.ts",
"dependencies": {
"@types/jquery": "^3.5.16",
"stimulus": "^2.0.0"
"@hotwired/stimulus": "^3.2.1"
}
}
2 changes: 1 addition & 1 deletion spec/stacks.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Context } from "stimulus";
import { Context } from "@hotwired/stimulus";
import { expectError, expectType } from "tsd";
import "../lib/stacks";

Expand Down

0 comments on commit 8ded755

Please sign in to comment.