pages_core 3.10.1 → 3.10.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { Controller } from "stimulus";
1
+ import { Controller } from "@hotwired/stimulus";
2
2
 
3
3
  export default class EditPageController extends Controller {
4
4
  static get targets() {
@@ -1,4 +1,4 @@
1
- import { Controller } from "stimulus";
1
+ import { Controller } from "@hotwired/stimulus";
2
2
 
3
3
  export default class LoginController extends Controller {
4
4
  static get targets() {
@@ -1,4 +1,4 @@
1
- import { Controller } from "stimulus";
1
+ import { Controller } from "@hotwired/stimulus";
2
2
 
3
3
  export default class MainController extends Controller {
4
4
  static get targets() {
@@ -1,4 +1,4 @@
1
- import { Controller } from "stimulus";
1
+ import { Controller } from "@hotwired/stimulus";
2
2
 
3
3
  export default class PageOptionsController extends Controller {
4
4
  static get targets() {
@@ -1,5 +1,5 @@
1
1
  import Rails from "@rails/ujs";
2
- import { Application } from "stimulus";
2
+ import { Application } from "@hotwired/stimulus";
3
3
  require("react_ujs");
4
4
 
5
5
  import * as Components from "./components";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pages_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.1
4
+ version: 3.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inge Jørgensen