mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
FIX: X logo for Twitter
This commit is contained in:
parent
fd91380d89
commit
485545093b
@ -13,7 +13,7 @@ A2nt\CMSNiceties\Templates\DeferredRequirements:
|
|||||||
jquery_version: '3.4.1'
|
jquery_version: '3.4.1'
|
||||||
|
|
||||||
SilverStripe\FontAwesome\FontAwesomeField:
|
SilverStripe\FontAwesome\FontAwesomeField:
|
||||||
version: '5.15.4'
|
version: '6.4.2'
|
||||||
|
|
||||||
SilverStripe\View\Requirements:
|
SilverStripe\View\Requirements:
|
||||||
disable_flush_combined: true
|
disable_flush_combined: true
|
||||||
|
@ -13,7 +13,8 @@ import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/main'
|
|||||||
import '@a2nt/meta-lightbox-js/src/js/app'
|
import '@a2nt/meta-lightbox-js/src/js/app'
|
||||||
import 'bootstrap/js/src/collapse'
|
import 'bootstrap/js/src/collapse'
|
||||||
import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/dropdown'
|
import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/dropdown'
|
||||||
import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/carousel'
|
//import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/carousel'
|
||||||
|
import "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/glide";
|
||||||
// import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/datepicker';
|
// import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/datepicker';
|
||||||
// import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/instagram.feed';
|
// import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/instagram.feed';
|
||||||
|
|
||||||
@ -32,6 +33,9 @@ import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ajax/lazy-images'
|
|||||||
*/
|
*/
|
||||||
import './layout'
|
import './layout'
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Import fonts and images
|
||||||
|
*/
|
||||||
function importAll (r) {
|
function importAll (r) {
|
||||||
return r.keys().map(r)
|
return r.keys().map(r)
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
],
|
],
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.4.0",
|
"php": ">=8",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"silverstripe/recipe-cms": "^4",
|
"silverstripe/recipe-cms": "^4",
|
||||||
"silverstripe/recipe-plugin": "*",
|
"silverstripe/recipe-plugin": "*",
|
||||||
@ -54,7 +54,6 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "*",
|
"phpunit/phpunit": "*",
|
||||||
"lekoala/silverstripe-debugbar": "dev-master",
|
|
||||||
"sunnysideup/easy-coding-standards": "dev-master",
|
"sunnysideup/easy-coding-standards": "dev-master",
|
||||||
"silverleague/ideannotator": "dev-master"
|
"silverleague/ideannotator": "dev-master"
|
||||||
},
|
},
|
||||||
|
@ -35,10 +35,11 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@a2nt/meta-lightbox-js": "^4.2.4",
|
"@a2nt/meta-lightbox-js": "^4.2.4",
|
||||||
"@a2nt/ss-bootstrap-ui-webpack-boilerplate-react": "^5.0.2",
|
"@a2nt/ss-bootstrap-ui-webpack-boilerplate-react": "^5.0.4",
|
||||||
"@angular/common": "^16.1.8",
|
"@angular/common": "^16.1.8",
|
||||||
"@angular/core": "^16.1.8",
|
"@angular/core": "^16.1.8",
|
||||||
"@apollo/client": "^3.7.17",
|
"@apollo/client": "^3.7.17",
|
||||||
|
"@glidejs/glide": "^3.6.0",
|
||||||
"@popperjs/core": "^2.11.8",
|
"@popperjs/core": "^2.11.8",
|
||||||
"@turf/clone": "^6.5.0",
|
"@turf/clone": "^6.5.0",
|
||||||
"@turf/clusters-dbscan": "^6.5.0",
|
"@turf/clusters-dbscan": "^6.5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user