Merge pull request #1061 from eMerzh/upgr_tailwind

chore(deps): upgrade tailwind
This commit is contained in:
Pieter Vander Vennet 2022-09-04 21:50:22 +02:00 committed by GitHub
commit 1affcec1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2634 additions and 1795 deletions

View file

@ -20,12 +20,12 @@
@font-face{
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-family:"Amaranth";
src:url("/assets/themes/natuurpunt/fonts/Amaranth-Regular.otf");
src:url("/assets/themes/natuurpunt/fonts/Amaranth-Regular.otf") format("opentype");;
}
body {

View file

@ -4,12 +4,12 @@
@font-face{
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-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 {

File diff suppressed because it is too large Load diff

3604
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -68,7 +68,6 @@
"not op_mini all"
],
"dependencies": {
"@babel/preset-env": "7.13.8",
"@parcel/service-worker": "^2.6.0",
"@turf/boolean-intersects": "^6.5.0",
"@turf/buffer": "^6.5.0",
@ -76,17 +75,6 @@
"@turf/distance": "^6.5.0",
"@turf/length": "^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",
"country-language": "^0.1.7",
"csv-parse": "^5.1.0",
@ -112,9 +100,8 @@
"osm-auth": "^1.0.2",
"osmtogeojson": "^3.0.0-beta.4",
"papaparse": "^5.3.1",
"parcel": "^1.2.4",
"prompt-sync": "^4.2.0",
"tailwindcss": "^2.2.15",
"tailwindcss": "^3.1.8",
"togpx": "^0.5.4",
"tslint": "^6.1.3",
"wikibase-sdk": "^7.14.0",
@ -123,10 +110,22 @@
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "7.13.8",
"@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",
"chai": "^4.3.6",
"dependency-cruiser": "^10.4.0",
"parcel": "^1.2.4",
"fs": "0.0.1-security",
"mocha": "^9.2.2",
"read-file": "^0.2.0",