Skip to content

Commit 473995a

Browse files
committed
Move JQuery to yarn
1 parent d9c093c commit 473995a

File tree

4 files changed

+2
-55
lines changed

4 files changed

+2
-55
lines changed

webapp/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"ext-simplexml": "*",
5656
"ext-zip": "*",
5757
"apalfrey/select2-bootstrap-5-theme": "^1.3",
58-
"components/jquery": "^3.6",
5958
"doctrine/doctrine-bundle": "^2.8",
6059
"doctrine/doctrine-fixtures-bundle": "^4.0",
6160
"doctrine/doctrine-migrations-bundle": "^3.2",

webapp/composer.lock

Lines changed: 1 addition & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/public/js/jquery.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../vendor/components/jquery/jquery.min.js
1+
../../node_modules/jquery/dist/jquery.min.js

webapp/symfony.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"brick/math": {
33
"version": "0.9.3"
44
},
5-
"components/jquery": {
6-
"version": "3.3.1"
7-
},
85
"dama/doctrine-test-bundle": {
96
"version": "7.2",
107
"recipe": {

0 commit comments

Comments
 (0)