Updated airport data, fixed loader/header

This commit is contained in:
2023-12-21 14:19:17 -05:00
parent 8438acc68b
commit 0b2ef94b99
26 changed files with 472068 additions and 62093 deletions

9
ui/package-lock.json generated
View File

@@ -38,7 +38,8 @@
"eslint-plugin-prettier": "^5.1.0",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-preset-mantine": "^1.12.0",
"postcss-preset-mantine": "^1.12.1",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.1",
"typescript": "5.3.3"
}
@@ -4034,9 +4035,9 @@
}
},
"node_modules/postcss-preset-mantine": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/postcss-preset-mantine/-/postcss-preset-mantine-1.12.0.tgz",
"integrity": "sha512-WLsejZoNtsrpOEi/CItn98e+4NpgT/Av28XWfY0CqiWgd2NDOOxtEUNdPGtB33pGLwaV8FrhTpIhAIO8palTOw==",
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/postcss-preset-mantine/-/postcss-preset-mantine-1.12.1.tgz",
"integrity": "sha512-N1biscmlvJHYPWN6znrlFre80wh9baAaMETfERn8acQJykioGYmHIJLpQSwUSxqq/PG8QbayUyOnHgBV/tsZyA==",
"dev": true,
"dependencies": {
"postcss-mixins": "^9.0.4",