Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
4 files
+ 620
244
Compare changes
  • Side-by-side
  • Inline
Files
4
  • bf3114c8
    Issue #3252010 by paulocs, longwave, mondrake: Lock PHPUnit to 9.5 · bf3114c8
    catch authored
@@ -16,8 +16,8 @@
"instaclick/php-webdriver": "^1.4.1",
"justinrainbow/json-schema": "^5.2",
"mikey179/vfsstream": "^1.6.8",
"phpspec/prophecy": "^1.12",
"phpunit/phpunit": "^8.5.14 || ^9",
"phpspec/prophecy-phpunit": "^2",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^4.4",
"symfony/css-selector": "^4.4",
"symfony/dom-crawler": "^4.4 !=4.4.5",
Loading