Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0b12f61e
Commit
0b12f61e
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Update devDependencies.
parent
f4877dbf
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
config.yml
+2
-2
config.yml
nuget/bootstrap.nuspec
+1
-1
nuget/bootstrap.nuspec
nuget/bootstrap.sass.nuspec
+1
-1
nuget/bootstrap.sass.nuspec
package-lock.json
+798
-976
package-lock.json
package.json
+19
-19
package.json
with
821 additions
and
999 deletions
+821
-999
config.yml
+
2
-
2
View file @
0b12f61e
...
@@ -54,5 +54,5 @@ params:
...
@@ -54,5 +54,5 @@ params:
js_hash
:
"
sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
js_hash
:
"
sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
js_bundle
:
"
https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
js_bundle
:
"
https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
js_bundle_hash
:
"
sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
js_bundle_hash
:
"
sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
popper
:
"
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.1
4.7
/umd/popper.min.js"
popper
:
"
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.1
5.0
/umd/popper.min.js"
popper_hash
:
"
sha384-
UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1
"
popper_hash
:
"
sha384-
L2pyEeut/H3mtgCBaUNw7KWzp5n9+4pDQiExs933/5QfaTh8YStYFFkOzSoXjlTb
"
This diff is collapsed.
Click to expand it.
nuget/bootstrap.nuspec
+
1
-
1
View file @
0b12f61e
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<copyright>
Copyright 2017-2019
</copyright>
<copyright>
Copyright 2017-2019
</copyright>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<dependencies>
<dependencies>
<dependency
id=
"popper.js"
version=
"[1.1
4
.0,2)"
/>
<dependency
id=
"popper.js"
version=
"[1.1
5
.0,2)"
/>
</dependencies>
</dependencies>
<tags>
css mobile-first responsive front-end framework web
</tags>
<tags>
css mobile-first responsive front-end framework web
</tags>
</metadata>
</metadata>
...
...
This diff is collapsed.
Click to expand it.
nuget/bootstrap.sass.nuspec
+
1
-
1
View file @
0b12f61e
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<copyright>
Copyright 2017-2019
</copyright>
<copyright>
Copyright 2017-2019
</copyright>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<dependencies>
<dependencies>
<dependency
id=
"popper.js"
version=
"[1.1
4
.0,2)"
/>
<dependency
id=
"popper.js"
version=
"[1.1
5
.0,2)"
/>
</dependencies>
</dependencies>
<tags>
css sass mobile-first responsive front-end framework web
</tags>
<tags>
css sass mobile-first responsive front-end framework web
</tags>
</metadata>
</metadata>
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
798
-
976
View file @
0b12f61e
This diff is collapsed.
Click to expand it.
package.json
+
19
-
19
View file @
0b12f61e
...
@@ -103,25 +103,25 @@
...
@@ -103,25 +103,25 @@
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
"dependencies"
:
{},
"dependencies"
:
{},
"peerDependencies"
:
{
"peerDependencies"
:
{
"
popper.js
"
:
"
^1.1
4.7
"
"
popper.js
"
:
"
^1.1
5.0
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@babel/cli
"
:
"
^7.
2
.3
"
,
"
@babel/cli
"
:
"
^7.
4
.3
"
,
"
@babel/core
"
:
"
^7.4.
0
"
,
"
@babel/core
"
:
"
^7.4.
3
"
,
"
@babel/plugin-proposal-object-rest-spread
"
:
"
^7.4.
0
"
,
"
@babel/plugin-proposal-object-rest-spread
"
:
"
^7.4.
3
"
,
"
@babel/preset-env
"
:
"
^7.4.
2
"
,
"
@babel/preset-env
"
:
"
^7.4.
3
"
,
"
autoprefixer
"
:
"
^9.5.
0
"
,
"
autoprefixer
"
:
"
^9.5.
1
"
,
"
babel-eslint
"
:
"
^10.0.1
"
,
"
babel-eslint
"
:
"
^10.0.1
"
,
"
babel-plugin-istanbul
"
:
"
^5.1.1
"
,
"
babel-plugin-istanbul
"
:
"
^5.1.1
"
,
"
bundlesize
"
:
"
0.15.3
"
,
"
bundlesize
"
:
"
0.15.3
"
,
"
clean-css-cli
"
:
"
^4.
2.1
"
,
"
clean-css-cli
"
:
"
^4.
3.0
"
,
"
coveralls
"
:
"
^3.0.3
"
,
"
coveralls
"
:
"
^3.0.3
"
,
"
cross-env
"
:
"
^5.2.0
"
,
"
cross-env
"
:
"
^5.2.0
"
,
"
eslint
"
:
"
^5.1
5.3
"
,
"
eslint
"
:
"
^5.1
6.0
"
,
"
eslint-config-xo
"
:
"
^0.26.0
"
,
"
eslint-config-xo
"
:
"
^0.26.0
"
,
"
eslint-plugin-import
"
:
"
^2.16.0
"
,
"
eslint-plugin-import
"
:
"
^2.16.0
"
,
"
eslint-plugin-unicorn
"
:
"
^
7.1.0
"
,
"
eslint-plugin-unicorn
"
:
"
^
8.0.2
"
,
"
find-unused-sass-variables
"
:
"
^0.3.
2
"
,
"
find-unused-sass-variables
"
:
"
^0.3.
3
"
,
"
glob
"
:
"
^7.1.3
"
,
"
glob
"
:
"
^7.1.3
"
,
"
hammer-simulator
"
:
"
0.0.1
"
,
"
hammer-simulator
"
:
"
0.0.1
"
,
"
http-server
"
:
"
^0.11.1
"
,
"
http-server
"
:
"
^0.11.1
"
,
...
@@ -129,26 +129,26 @@
...
@@ -129,26 +129,26 @@
"
ip
"
:
"
^1.1.5
"
,
"
ip
"
:
"
^1.1.5
"
,
"
jquery
"
:
"
^3.3.1
"
,
"
jquery
"
:
"
^3.3.1
"
,
"
karma
"
:
"
^4.0.1
"
,
"
karma
"
:
"
^4.0.1
"
,
"
karma-browserstack-launcher
"
:
"
^1.
4.0
"
,
"
karma-browserstack-launcher
"
:
"
^1.
5.1
"
,
"
karma-chrome-launcher
"
:
"
^2.2.0
"
,
"
karma-chrome-launcher
"
:
"
^2.2.0
"
,
"
karma-coverage-istanbul-reporter
"
:
"
^2.0.5
"
,
"
karma-coverage-istanbul-reporter
"
:
"
^2.0.5
"
,
"
karma-detect-browsers
"
:
"
^2.3.3
"
,
"
karma-detect-browsers
"
:
"
^2.3.3
"
,
"
karma-firefox-launcher
"
:
"
^1.1.0
"
,
"
karma-firefox-launcher
"
:
"
^1.1.0
"
,
"
karma-qunit
"
:
"
^3.
0.0
"
,
"
karma-qunit
"
:
"
^3.
1.1
"
,
"
karma-sinon
"
:
"
^1.0.5
"
,
"
karma-sinon
"
:
"
^1.0.5
"
,
"
linkinator
"
:
"
^1.
1.7
"
,
"
linkinator
"
:
"
^1.
2.1
"
,
"
node-sass
"
:
"
^4.11.0
"
,
"
node-sass
"
:
"
^4.11.0
"
,
"
nodemon
"
:
"
^1.18.1
0
"
,
"
nodemon
"
:
"
^1.18.1
1
"
,
"
npm-run-all
"
:
"
^4.1.5
"
,
"
npm-run-all
"
:
"
^4.1.5
"
,
"
popper.js
"
:
"
^1.1
4.7
"
,
"
popper.js
"
:
"
^1.1
5.0
"
,
"
postcss-cli
"
:
"
^6.1.2
"
,
"
postcss-cli
"
:
"
^6.1.2
"
,
"
qunit
"
:
"
^2.9.2
"
,
"
qunit
"
:
"
^2.9.2
"
,
"
rollup
"
:
"
^1.
7.0
"
,
"
rollup
"
:
"
^1.
9.3
"
,
"
rollup-plugin-babel
"
:
"
^4.3.2
"
,
"
rollup-plugin-babel
"
:
"
^4.3.2
"
,
"
rollup-plugin-node-resolve
"
:
"
^4.
0.1
"
,
"
rollup-plugin-node-resolve
"
:
"
^4.
2.2
"
,
"
shelljs
"
:
"
^0.8.3
"
,
"
shelljs
"
:
"
^0.8.3
"
,
"
shx
"
:
"
^0.3.2
"
,
"
shx
"
:
"
^0.3.2
"
,
"
sinon
"
:
"
^7.3.
0
"
,
"
sinon
"
:
"
^7.3.
1
"
,
"
stylelint
"
:
"
^9.10.1
"
,
"
stylelint
"
:
"
^9.10.1
"
,
"
stylelint-config-twbs-bootstrap
"
:
"
^0.3.0
"
,
"
stylelint-config-twbs-bootstrap
"
:
"
^0.3.0
"
,
"
terser
"
:
"
^3.17.0
"
,
"
terser
"
:
"
^3.17.0
"
,
...
@@ -227,7 +227,7 @@
...
@@ -227,7 +227,7 @@
},
},
"dependencies"
:
{},
"dependencies"
:
{},
"peerDependencies"
:
{
"peerDependencies"
:
{
"
popper.js
"
:
"
^1.1
4.7
"
"
popper.js
"
:
"
^1.1
5.0
"
}
}
}
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment