Skip to content

Commit d77727a

Browse files
committed
Updated bootstrap-icons
1 parent 9aab686 commit d77727a

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ A simple ready-to-go boilerplate for Nuxt!
55
[Bootstrap Icons](https://github.com/twbs/icons) boilerplate with some modifications.
66

77
## Versions
8+
```json
9+
{
10+
"bootstrap": "^5.1.3",
11+
"bootstrap-icons": "^1.9.1",
12+
"nuxt": "^2.15.8"
13+
}
814
```
9-
Nuxt: 2.15.8
10-
Bootstrap: 5.1.3
11-
Bootstrap Icons: 1.8.3
15+
16+
## Extras
17+
```json
18+
{
19+
"@nuxt/content": "^1.14.0",
20+
"@nuxtjs/pwa": "^3.3.5",
21+
"@nuxtjs/robots": "^2.5.0",
22+
"@nuxtjs/sitemap": "^2.4.0",
23+
"core-js": "^3.15.2",
24+
"lazysizes": "^5.3.2",
25+
}
1226
```
1327

1428
## Build Setup

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nuxtjs/robots": "^2.5.0",
1919
"@nuxtjs/sitemap": "^2.4.0",
2020
"bootstrap": "^5.1.3",
21-
"bootstrap-icons": "^1.8.3",
21+
"bootstrap-icons": "^1.9.1",
2222
"core-js": "^3.15.2",
2323
"lazysizes": "^5.3.2",
2424
"nuxt": "^2.15.8"

0 commit comments

Comments
 (0)