Skip to content

Commit

Permalink
Merge commit 'b1173c33d505dea4272041eaaa3b9e8daf54bef0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionad-Morotar committed Feb 16, 2024
2 parents 796755a + b1173c3 commit 339c2b5
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 473 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-on-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "test upload so disabled build step"

- name: Upload
uses: Creepios/[email protected].4
uses: Creepios/[email protected].5
env:
host: ${{ secrets.HOST_IP }}
username: ${{ secrets.HOST_USER }}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"lint": "eslint . && npx case-police \"**/*.md\" --fix"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.19",
"@iconify-json/simple-icons": "^1.1.88",
"@nuxt/content": "^2.11.0",
"@nuxt/ui-pro": "^0.7.1",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.91",
"@nuxt/content": "^2.12.0",
"@nuxt/ui-pro": "^0.7.5",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"modern-css-reset": "^1.4.0",
"nuxt": "^3.9.3",
"nuxt": "^3.10.2",
"nuxt-og-image": "^2.2.4",
"stylus": "^0.62.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxthq/studio": "^1.0.10",
"@nuxthq/studio": "^1.0.11",
"@vueuse/core": "^10.7.2",
"eslint": "^8.56.0",
"sass": "^1.70.0",
"sass": "^1.71.0",
"vue-tsc": "^1.8.27",
"only-allow": "^1.1.1"
"only-allow": "^1.2.1"
},
"resolutions": {
"vue": "3.3.13"
"vue": "3.4.19"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 339c2b5

Please sign in to comment.