forked from MapComplete/MapComplete
Merge pull request #1061 from eMerzh/upgr_tailwind
chore(deps): upgrade tailwind
This commit is contained in:
commit
1affcec1de
5 changed files with 2634 additions and 1795 deletions
|
@ -20,12 +20,12 @@
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family:"Open Sans Regular";
|
font-family:"Open Sans Regular";
|
||||||
src:url("/assets/themes/natuurpunt/fonts/OpenSans-Regular.ttf");
|
src:url("/assets/themes/natuurpunt/fonts/OpenSans-Regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family:"Amaranth";
|
font-family:"Amaranth";
|
||||||
src:url("/assets/themes/natuurpunt/fonts/Amaranth-Regular.otf");
|
src:url("/assets/themes/natuurpunt/fonts/Amaranth-Regular.otf") format("opentype");;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family:"FlandersArt";
|
font-family:"FlandersArt";
|
||||||
src:url("/assets/themes/toerisme_vlaanderen/FlandersArtSans-Light.woff");
|
src:url("/assets/themes/toerisme_vlaanderen/FlandersArtSans-Light.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family:"FlandersArtSerif";
|
font-family:"FlandersArtSerif";
|
||||||
src:url("/assets/themes/toerisme_vlaanderen/FlandersArtSerif-Medium.woff");
|
src:url("/assets/themes/toerisme_vlaanderen/FlandersArtSerif-Medium.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
3604
package-lock.json
generated
3604
package-lock.json
generated
File diff suppressed because it is too large
Load diff
27
package.json
27
package.json
|
@ -68,7 +68,6 @@
|
||||||
"not op_mini all"
|
"not op_mini all"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/preset-env": "7.13.8",
|
|
||||||
"@parcel/service-worker": "^2.6.0",
|
"@parcel/service-worker": "^2.6.0",
|
||||||
"@turf/boolean-intersects": "^6.5.0",
|
"@turf/boolean-intersects": "^6.5.0",
|
||||||
"@turf/buffer": "^6.5.0",
|
"@turf/buffer": "^6.5.0",
|
||||||
|
@ -76,17 +75,6 @@
|
||||||
"@turf/distance": "^6.5.0",
|
"@turf/distance": "^6.5.0",
|
||||||
"@turf/length": "^6.5.0",
|
"@turf/length": "^6.5.0",
|
||||||
"@turf/turf": "^6.5.0",
|
"@turf/turf": "^6.5.0",
|
||||||
"@types/chai": "^4.3.0",
|
|
||||||
"@types/geojson": "^7946.0.10",
|
|
||||||
"@types/jquery": "^3.5.5",
|
|
||||||
"@types/leaflet-markercluster": "^1.0.3",
|
|
||||||
"@types/leaflet-providers": "^1.2.0",
|
|
||||||
"@types/lz-string": "^1.3.34",
|
|
||||||
"@types/mocha": "^9.1.0",
|
|
||||||
"@types/papaparse": "^5.3.1",
|
|
||||||
"@types/prompt-sync": "^4.1.0",
|
|
||||||
"@types/wikidata-sdk": "^6.1.0",
|
|
||||||
"@types/xml2js": "^0.4.9",
|
|
||||||
"chart.js": "^3.8.0",
|
"chart.js": "^3.8.0",
|
||||||
"country-language": "^0.1.7",
|
"country-language": "^0.1.7",
|
||||||
"csv-parse": "^5.1.0",
|
"csv-parse": "^5.1.0",
|
||||||
|
@ -112,9 +100,8 @@
|
||||||
"osm-auth": "^1.0.2",
|
"osm-auth": "^1.0.2",
|
||||||
"osmtogeojson": "^3.0.0-beta.4",
|
"osmtogeojson": "^3.0.0-beta.4",
|
||||||
"papaparse": "^5.3.1",
|
"papaparse": "^5.3.1",
|
||||||
"parcel": "^1.2.4",
|
|
||||||
"prompt-sync": "^4.2.0",
|
"prompt-sync": "^4.2.0",
|
||||||
"tailwindcss": "^2.2.15",
|
"tailwindcss": "^3.1.8",
|
||||||
"togpx": "^0.5.4",
|
"togpx": "^0.5.4",
|
||||||
"tslint": "^6.1.3",
|
"tslint": "^6.1.3",
|
||||||
"wikibase-sdk": "^7.14.0",
|
"wikibase-sdk": "^7.14.0",
|
||||||
|
@ -123,10 +110,22 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/polyfill": "^7.10.4",
|
"@babel/polyfill": "^7.10.4",
|
||||||
|
"@babel/preset-env": "7.13.8",
|
||||||
"@types/node": "^7.0.5",
|
"@types/node": "^7.0.5",
|
||||||
|
"@types/chai": "^4.3.0",
|
||||||
|
"@types/geojson": "^7946.0.10",
|
||||||
|
"@types/leaflet-markercluster": "^1.0.3",
|
||||||
|
"@types/leaflet-providers": "^1.2.0",
|
||||||
|
"@types/lz-string": "^1.3.34",
|
||||||
|
"@types/mocha": "^9.1.0",
|
||||||
|
"@types/papaparse": "^5.3.1",
|
||||||
|
"@types/prompt-sync": "^4.1.0",
|
||||||
|
"@types/wikidata-sdk": "^6.1.0",
|
||||||
|
"@types/xml2js": "^0.4.9",
|
||||||
"assert": "^2.0.0",
|
"assert": "^2.0.0",
|
||||||
"chai": "^4.3.6",
|
"chai": "^4.3.6",
|
||||||
"dependency-cruiser": "^10.4.0",
|
"dependency-cruiser": "^10.4.0",
|
||||||
|
"parcel": "^1.2.4",
|
||||||
"fs": "0.0.1-security",
|
"fs": "0.0.1-security",
|
||||||
"mocha": "^9.2.2",
|
"mocha": "^9.2.2",
|
||||||
"read-file": "^0.2.0",
|
"read-file": "^0.2.0",
|
||||||
|
|
Loading…
Reference in a new issue