Skip to content

Commit

Permalink
chore(dependencies): Bumped bootstrap-icons to 1.11.1
Browse files Browse the repository at this point in the history
* chore(dependencies): Bumped @nuxt/kit to 3.7.4
* chore(playground-dependencies): Bumped nuxt to 3.7.4
  • Loading branch information
oyedejioyewole committed Oct 11, 2023
1 parent ede7896 commit 383c90d
Show file tree
Hide file tree
Showing 4 changed files with 2,472 additions and 3,152 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -27,18 +27,18 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@nuxt/kit": "^3.6.5",
"bootstrap-icons": "^1.10.5"
"@nuxt/kit": "^3.7.4",
"bootstrap-icons": "^1.11.1"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.0",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.6.5",
"@types/node": "^20.5.4",
"@nuxt/devtools": "1.0.0-beta.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@types/node": "^20.8.4",
"changelogen": "^0.5.5",
"eslint": "^8.47.0",
"nuxt": "^3.6.5",
"typescript": "^5.1.6"
"eslint": "^8.51.0",
"nuxt": "^3.7.4",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -8,6 +8,6 @@
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "latest"
"nuxt": "^3.7.4"
}
}

0 comments on commit 383c90d

Please sign in to comment.