npm update

This commit is contained in:
Soren L. Hansen 2024-02-11 18:04:48 -08:00
parent 3557ea60a6
commit 4b7715e6b3
7 changed files with 747 additions and 3808 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*! /*!
* Bootstrap v5.2.0 (https://getbootstrap.com/) * Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/ */

File diff suppressed because one or more lines are too long

View File

@ -26,8 +26,7 @@ bootstrap
MIT MIT
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2011-2022 Twitter, Inc. Copyright (c) 2011-2023 The Bootstrap Authors
Copyright (c) 2011-2022 The Bootstrap Authors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

4515
js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,29 +3,29 @@
"version": "1.4.0", "version": "1.4.0",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@types/bootstrap": "^5.1.9", "@types/bootstrap": "^5.2.10",
"compression-webpack-plugin": "^9.2.0", "compression-webpack-plugin": "^9.2.0",
"license-loader": "^0.5.0", "license-loader": "^0.5.0",
"license-webpack-plugin": "^4.0.2", "license-webpack-plugin": "^4.0.2",
"purgecss": "^4.1.3", "purgecss": "^4.1.3",
"sass": "^1.54.5", "sass": "^1.70.0",
"sass-loader": "^12.6.0", "sass-loader": "^12.6.0",
"terser-webpack-plugin": "^5.3.1", "terser-webpack-plugin": "^5.3.10",
"ts-loader": "^8.3.0", "ts-loader": "^8.4.0",
"typescript": "^4.3.2", "typescript": "^4.9.5",
"webpack": "^5.76.0", "webpack": "^5.90.1",
"webpack-cli": "^4.7.0", "webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1" "webpack-dev-server": "^4.15.1"
}, },
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.5", "@popperjs/core": "^2.11.8",
"bootstrap": "^5.1.3", "bootstrap": "^5.3.2",
"css-loader": "^5.2.6", "css-loader": "^5.2.7",
"debounce": "^1.2.1", "debounce": "^1.2.1",
"preact": "^10.7.1", "preact": "^10.19.4",
"react-bootstrap": "^2.2.3", "react-bootstrap": "^2.10.1",
"style-loader": "^2.0.0", "style-loader": "^2.0.0",
"xterm": "^4.12.0", "xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0", "xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0", "xterm-addon-web-links": "^0.4.0",
"xterm-addon-webgl": "^0.10.0", "xterm-addon-webgl": "^0.10.0",

View File

@ -6,6 +6,7 @@
// Configuration // Configuration
@import "functions"; @import "functions";
@import "variables"; @import "variables";
@import "variables-dark";
@import "maps"; @import "maps";
@import "mixins"; @import "mixins";
@import "utilities"; @import "utilities";