Skip to content

Commit 7a1ee75

Browse files
committed
Merge branch 'main' into gh-pages
2 parents 826e691 + c931c63 commit 7a1ee75

File tree

3 files changed

+2708
-2207
lines changed

3 files changed

+2708
-2207
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# VueWeatherApp
1+
# A Vue Weather App
22

33
A (not really) short project to learn Vue.js.
44

5-
(Honestly it's more of a CSS practice)
6-
7-
[Github Pages](https://gitnamehere.github.io/vue-weather-app/)
5+
[Github Pages](https://gitnamehere.github.io/a-vue-weather-app/)
86

97
This project uses Open-Meteo to source weather and geocoding data https://open-meteo.com/
108

@@ -19,6 +17,6 @@ yarn
1917

2018
## Starting the Vite Server
2119

22-
```sh
20+
```sh
2321
yarn vite
2422
```

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@
1313
"prettier": "prettier --write src/"
1414
},
1515
"dependencies": {
16-
"@fortawesome/fontawesome-svg-core": "^6.4.0",
17-
"@fortawesome/free-solid-svg-icons": "^6.4.0",
18-
"@fortawesome/vue-fontawesome": "^3.0.3",
19-
"axios": "^1.4.0",
20-
"pinia": "^2.1.3",
21-
"sass": "^1.70.0",
22-
"vue": "^3.4.27",
16+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
17+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
18+
"@fortawesome/vue-fontawesome": "^3.0.8",
19+
"axios": "^1.10.0",
20+
"pinia": "^3.0.3",
21+
"sass": "^1.89.2",
22+
"vue": "^3.5.17",
2323
"vue-fontawesome": "^0.0.2",
24-
"vue-router": "^4.2.2"
24+
"vue-router": "^4.5.1"
2525
},
2626
"devDependencies": {
27-
"@rushstack/eslint-patch": "^1.2.0",
28-
"@tsconfig/node18": "^2.0.1",
29-
"@types/jsdom": "^21.1.1",
30-
"@types/node": "^18.16.17",
31-
"@vitejs/plugin-vue": "^4.2.3",
32-
"@vitejs/plugin-vue-jsx": "^3.0.1",
33-
"@vue/eslint-config-prettier": "^7.1.0",
34-
"@vue/eslint-config-typescript": "^11.0.3",
27+
"@rushstack/eslint-patch": "^1.12.0",
28+
"@tsconfig/node18": "^18.2.4",
29+
"@types/jsdom": "^21.1.7",
30+
"@types/node": "^24.0.12",
31+
"@vitejs/plugin-vue": "^6.0.0",
32+
"@vitejs/plugin-vue-jsx": "^5.0.1",
33+
"@vue/eslint-config-prettier": "^10.2.0",
34+
"@vue/eslint-config-typescript": "^14.6.0",
3535
"@vue/test-utils": "^2.4.6",
36-
"@vue/tsconfig": "^0.4.0",
37-
"eslint": "^8.39.0",
38-
"eslint-plugin-vue": "^9.11.0",
39-
"jsdom": "^22.1.0",
36+
"@vue/tsconfig": "^0.7.0",
37+
"eslint": "^9.30.1",
38+
"eslint-plugin-vue": "^10.3.0",
39+
"jsdom": "^26.1.0",
4040
"npm-run-all": "^4.1.5",
41-
"prettier": "^2.8.8",
42-
"typescript": "~5.0.4",
43-
"vite": "^4.3.9",
44-
"vitest": "^0.32.0",
45-
"vue-tsc": "^1.6.5"
41+
"prettier": "^3.6.2",
42+
"typescript": "~5.8.3",
43+
"vite": "^7.0.3",
44+
"vitest": "^3.2.4",
45+
"vue-tsc": "^3.0.1"
4646
}
4747
}

0 commit comments

Comments
 (0)