mirror of
https://github.com/Alee14/alure-website.git
synced 2025-01-22 10:51:53 -05:00
Travel advisory update
This commit is contained in:
parent
a04ae661c5
commit
83b9cde3cd
4 changed files with 594 additions and 244 deletions
|
@ -8,5 +8,6 @@
|
|||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="ts-external-references" level="project" />
|
||||
</component>
|
||||
</module>
|
|
@ -67,12 +67,10 @@
|
|||
{
|
||||
"name": "Fegal",
|
||||
"url": "fegal",
|
||||
"danger": 3,
|
||||
"danger": 0,
|
||||
"image": "/countries/fegal.webp",
|
||||
"settlements": [],
|
||||
"history": [
|
||||
"May 17th, 2023: Fegal has border security issues and it has not been solved as of now."
|
||||
]
|
||||
"history": []
|
||||
},
|
||||
{
|
||||
"name": "Halcandra",
|
||||
|
@ -146,6 +144,16 @@
|
|||
"settlements": [],
|
||||
"history": []
|
||||
},
|
||||
{
|
||||
"name": "Ownage",
|
||||
"url": "ownage",
|
||||
"danger": 3,
|
||||
"image": "/countries/youonkazoo.webp",
|
||||
"settlements": [],
|
||||
"history": [
|
||||
"October 1st, 2023: Associated with a terrorist group."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PLC",
|
||||
"url": "plc",
|
||||
|
@ -165,10 +173,12 @@
|
|||
{
|
||||
"name": "The Federal Democracy of Solstice",
|
||||
"url": "solstice",
|
||||
"danger": 0,
|
||||
"danger": 1,
|
||||
"image": "/countries/solstice.webp",
|
||||
"settlements": [],
|
||||
"history": []
|
||||
"history": [
|
||||
"September 30th, 2023: A government official involved with a terrorist group."
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Southeastern Islands",
|
||||
|
@ -234,20 +244,12 @@
|
|||
"history": []
|
||||
},
|
||||
{
|
||||
"name": "The Federation of Yavno",
|
||||
"name": "The Republic of Yavno",
|
||||
"url": "yavno",
|
||||
"danger": 0,
|
||||
"image": "/countries/yavno.webp",
|
||||
"settlements": [],
|
||||
"history": []
|
||||
},
|
||||
{
|
||||
"name": "The Republic of You on Kazoo",
|
||||
"url": "you-on-kazoo",
|
||||
"danger": 0,
|
||||
"image": "/countries/youonkazoo.webp",
|
||||
"settlements": [],
|
||||
"history": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
18
package.json
18
package.json
|
@ -9,17 +9,17 @@
|
|||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "10.4.14",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"date-fns": "^2.30.0",
|
||||
"eslint": "8.44.0",
|
||||
"eslint-config-next": "13.4.10",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-config-next": "^13.5.3",
|
||||
"gray-matter": "^4.0.3",
|
||||
"markdown-to-jsx": "^7.2.1",
|
||||
"next": "13.4.10",
|
||||
"postcss": "8.4.26",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"tailwindcss": "3.3.3"
|
||||
"markdown-to-jsx": "^7.3.2",
|
||||
"next": "^13.5.3",
|
||||
"postcss": "^8.4.31",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"tailwindcss": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.9"
|
||||
|
|
Loading…
Reference in a new issue