Update dependencies
This commit is contained in:
Родитель
adb4c13ff4
Коммит
81070fc049
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2020-2022 Mark Otto
|
||||
Copyright (c) 2020-2023 Mark Otto
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -20,7 +20,7 @@ Setup as a starter template, you can easily generate a new GitHub repository. Fr
|
|||
|
||||
- Single HTML page (`index.html`) to demonstrate how to include Bootstrap.
|
||||
- Includes [Bootstrap](https://getbootstrap.com) (currently using v4.6.2) source files via npm.
|
||||
- Includes [Bootstrap Icons](https://icons.getbootstrap.com) (v1.9.1), which includes over 1,800 icons available as SVGs and web fonts.
|
||||
- Includes [Bootstrap Icons](https://icons.getbootstrap.com) (v1.10.3), which includes over 1,800 icons available as SVGs and web fonts.
|
||||
- npm scripts (see `package.json`) for compiling and autoprefixing Sass, watching for changes, and starting a local server with live reload.
|
||||
- Example stylesheet (`scss/starter.scss`) highlighting two ways to include and customize Bootstrap.
|
||||
- Example JavaScript file (`assets/js/starter.js`) showing how to import all of Bootstrap, or just the parts you need.
|
||||
|
@ -124,4 +124,4 @@ At the root of the repo, `.stylelintignore` is used to list files that we ignore
|
|||
|
||||
## Copyright
|
||||
|
||||
© @mdo 2020-2022 and licensed MIT.
|
||||
© @mdo 2020-2023 and licensed MIT.
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
20
package.json
20
package.json
|
@ -35,20 +35,20 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.6.2",
|
||||
"bootstrap-icons": "^1.9.1",
|
||||
"jquery": "^3.6.1",
|
||||
"bootstrap-icons": "^1.10.3",
|
||||
"jquery": "^3.6.4",
|
||||
"popper.js": "^1.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.7",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"live-server": "^1.2.2",
|
||||
"node-sass": "^7.0.3",
|
||||
"nodemon": "^2.0.19",
|
||||
"node-sass": "^8.0.0",
|
||||
"nodemon": "^2.0.22",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-cli": "^10.0.0",
|
||||
"purgecss": "^4.1.3",
|
||||
"stylelint": "^14.9.1",
|
||||
"stylelint-config-twbs-bootstrap": "^4.0.0"
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"purgecss": "^5.0.0",
|
||||
"stylelint": "^14.16.1",
|
||||
"stylelint-config-twbs-bootstrap": "^7.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче