Skip to content

Commit

Permalink
5.3.2 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lanesCSO committed Dec 12, 2023
1 parent a8c2a87 commit c4e9b3d
Show file tree
Hide file tree
Showing 8 changed files with 2,463 additions and 2,197 deletions.
9 changes: 4 additions & 5 deletions dist/app.bootstrap.guidelines.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app.bootstrap.guidelines.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/app.bootstrap.guidelines.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/app.bootstrap.guidelines.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
2 changes: 1 addition & 1 deletion dist/app.bootstrap.guidelines.min.js.map

Large diffs are not rendered by default.

29 changes: 14 additions & 15 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap w/ Webpack</title>
</head>
<body>
<div class="container py-4 px-3 mx-auto">
<h1>Hello, Bootstrap and Webpack!</h1>
<button class="btn btn-primary">Primary button</button>
</div>
<script src="./app.bootstrap.guideline.js"></script>
<link href="./app.bootstrap.guideline.min.css" rel="stylesheet">
</body>
<!doctype html><html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Bootstrap w/ Webpack</title>
<script defer="defer" src="app.bootstrap.guidelines.min.js"></script>
<link href="app.bootstrap.guidelines.min.css" rel="stylesheet">
</head>
<body>
<div class="container py-4 px-3 mx-auto">
<h1>Hello, Bootstrap and Webpack!</h1>
<button class="btn btn-primary">Primary button</button>
</div>
</body>
</html>
4,575 changes: 2,423 additions & 2,152 deletions package-lock.json

Large diffs are not rendered by default.

37 changes: 17 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,32 @@
{
"name": "CSO-bootstrap",
"version": "0.0.1",
"description": "5.2.3 bootstrap version",
"main": "app.bootstrap.guideline.js",
"name": "csobstheme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode production",
"start": "webpack serve",
"build": "webpack build --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Stephen Lane",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "5.2.3"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.14",
"bootstrap": "5.2.3",
"clean-css": "^5.3.2",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"html-webpack-plugin": "^5.5.4",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"sass": "^1.64.2",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"terser": "^5.19.2",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"css-minimizer-webpack-plugin": "^5.0.1"
}
}
}

0 comments on commit c4e9b3d

Please sign in to comment.