Skip to content

Commit

Permalink
Merge pull request #38 from semantichtml/dependabot/npm_and_yarn/vue-…
Browse files Browse the repository at this point in the history
…3.4.3
  • Loading branch information
GabsEdits authored Jan 2, 2024
2 parents ee0bc48 + 637ddff commit 8ef1bb9
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 73 deletions.
139 changes: 69 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@types/vue-router": "^2.0.0",
"vue": "^3.3.13",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/WebsiteInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Dependencies -->
<div class="dependencies">
<h1>Dependencies</h1>
<div class="dependency-item"><b>vue</b> - 3.3.13</div>
<div class="dependency-item"><b>vue</b> - 3.4.3</div>
<div class="dependency-item"><b>vite</b> - 4.2.1</div>
<div class="divider"></div>
<div class="dependency-item"><b>vue-router</b> - 4.2.5</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import './assets/main.css'

import { createApp } from 'vue'
import App from './App.vue'
import router from "./router";
import router from "./router/index.js";

Check failure on line 5 in src/main.ts

View workflow job for this annotation

GitHub Actions / deploy

Could not find a declaration file for module './router/index.js'. '/home/runner/work/semantichtml.github.io/semantichtml.github.io/src/router/index.js' implicitly has an 'any' type.

createApp(App).use(router).mount('#app')

0 comments on commit 8ef1bb9

Please sign in to comment.