浏览代码

update de composer et yarn

François Drouhard 2 年之前
父节点
当前提交
aaf9ff5fee
共有 6 个文件被更改,包括 781 次插入611 次删除
  1. 1 1
      assets/controllers/collapser-controller.js
  2. 1 1
      assets/controllers/hello_controller.js
  3. 1 1
      assets/controllers/toast_controller.js
  4. 196 182
      composer.lock
  5. 4 3
      package.json
  6. 578 423
      yarn.lock

+ 1 - 1
assets/controllers/collapser-controller.js

@@ -1,4 +1,4 @@
-import { Controller } from "@stimulus/core";
+import { Controller } from '@hotwired/stimulus';
 
 export default class extends Controller {
     static targets = ['collapse', 'button']

+ 1 - 1
assets/controllers/hello_controller.js

@@ -1,4 +1,4 @@
-import { Controller } from 'stimulus';
+import { Controller } from '@hotwired/stimulus';
 
 /*
  * This is an example Stimulus controller!

+ 1 - 1
assets/controllers/toast_controller.js

@@ -1,4 +1,4 @@
-import { Controller } from "stimulus";
+import { Controller } from '@hotwired/stimulus';
 import { Toast } from 'bootstrap';
 
 export default class extends Controller {

文件差异内容过多而无法显示
+ 196 - 182
composer.lock


+ 4 - 3
package.json

@@ -1,8 +1,9 @@
 {
     "devDependencies": {
+        "@hotwired/stimulus": "^3.0",
         "@popperjs/core": "^2.10.2",
-        "@symfony/stimulus-bridge": "^2.0.0",
-        "@symfony/webpack-encore": "^1.0.0",
+        "@symfony/stimulus-bridge": "^3.2.1",
+        "@symfony/webpack-encore": "^2.1.0",
         "bootstrap": "^5.1.3",
         "bootstrap-star-rating": "^4.1.2",
         "core-js": "^3.0.0",
@@ -12,7 +13,7 @@
         "regenerator-runtime": "^0.13.2",
         "sass": "^1.43.3",
         "sass-loader": "^12.2.0",
-        "stimulus": "^2.0.0",
+        "stimulus": "^3.0.1",
         "webpack-notifier": "^1.6.0"
     },
     "license": "UNLICENSED",

文件差异内容过多而无法显示
+ 578 - 423
yarn.lock


部分文件因为文件数量过多而无法显示