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
c73b4a70
Commit
c73b4a70
authored
6 years ago
by
XhmikosR
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update devDependencies and gems.
parent
70ad98d3
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.eslintrc.json
+1
-1
.eslintrc.json
Gemfile.lock
+2
-2
Gemfile.lock
package-lock.json
+924
-693
package-lock.json
package.json
+18
-19
package.json
site/docs/4.1/assets/js/src/pwa.js
+1
-1
site/docs/4.1/assets/js/src/pwa.js
with
946 additions
and
716 deletions
+946
-716
.eslintrc.json
+
1
-
1
View file @
c73b4a70
...
...
@@ -5,7 +5,7 @@
"browser"
:
true
,
"es6"
:
true
},
"extends"
:
[
"eslint:recommended"
,
"plugin:compat/recommended"
],
"extends"
:
[
"eslint:recommended"
],
"rules"
:
{
//
Possible
Errors
"no-await-in-loop"
:
"error"
,
...
...
This diff is collapsed.
Click to expand it.
Gemfile.lock
+
2
-
2
View file @
c73b4a70
...
...
@@ -60,7 +60,7 @@ GEM
rouge (3.1.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.
6
)
sass (3.5.
7
)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
...
...
@@ -77,4 +77,4 @@ DEPENDENCIES
jekyll-toc (~> 0.6.0)
BUNDLED WITH
1.16.
2
1.16.
3
This diff is collapsed.
Click to expand it.
package-lock.json
+
924
-
693
View file @
c73b4a70
This diff is collapsed.
Click to expand it.
package.json
+
18
-
19
View file @
c73b4a70
...
...
@@ -97,51 +97,50 @@
"
popper.js
"
:
"
^1.14.3
"
},
"devDependencies"
:
{
"
@babel/cli
"
:
"
7.0.0-beta.5
2
"
,
"
@babel/core
"
:
"
7.0.0-beta.5
2
"
,
"
@babel/preset-env
"
:
"
7.0.0-beta.5
2
"
,
"
autoprefixer
"
:
"
^
8.6.5
"
,
"
babel-eslint
"
:
"
^8.2.
5
"
,
"
@babel/cli
"
:
"
7.0.0-beta.5
4
"
,
"
@babel/core
"
:
"
7.0.0-beta.5
4
"
,
"
@babel/preset-env
"
:
"
7.0.0-beta.5
4
"
,
"
autoprefixer
"
:
"
^
9.0.1
"
,
"
babel-eslint
"
:
"
^8.2.
6
"
,
"
babel-plugin-istanbul
"
:
"
^4.1.6
"
,
"
broken-link-checker
"
:
"
^0.7.8
"
,
"
bundlesize
"
:
"
^0.15.3
"
,
"
clean-css-cli
"
:
"
^4.1.11
"
,
"
coveralls
"
:
"
^3.0.2
"
,
"
cross-env
"
:
"
^5.2.0
"
,
"
eslint
"
:
"
^5.0.1
"
,
"
eslint-plugin-compat
"
:
"
^2.4.0
"
,
"
eslint
"
:
"
^5.2.0
"
,
"
glob
"
:
"
^7.1.2
"
,
"
htmllint-cli
"
:
"
^0.0.7
"
,
"
http-server
"
:
"
^0.11.1
"
,
"
jsunitsaucelabs
"
:
"
^1.3.2
"
,
"
karma
"
:
"
^2.0.
4
"
,
"
karma
"
:
"
^2.0.
5
"
,
"
karma-chrome-launcher
"
:
"
^2.2.0
"
,
"
karma-coverage-istanbul-reporter
"
:
"
^2.0.1
"
,
"
karma-detect-browsers
"
:
"
^2.3.2
"
,
"
karma-firefox-launcher
"
:
"
^1.1.0
"
,
"
karma-qunit
"
:
"
^2.1.0
"
,
"
karma-sinon
"
:
"
^1.0.5
"
,
"
node-sass
"
:
"
^4.9.
1
"
,
"
nodemon
"
:
"
^1.1
7.5
"
,
"
node-sass
"
:
"
^4.9.
2
"
,
"
nodemon
"
:
"
^1.1
8.3
"
,
"
npm-run-all
"
:
"
^4.1.3
"
,
"
popper.js
"
:
"
^1.14.3
"
,
"
postcss-cli
"
:
"
^
5
.0.
1
"
,
"
postcss-cli
"
:
"
^
6
.0.
0
"
,
"
qunit
"
:
"
^2.6.1
"
,
"
rollup
"
:
"
^0.6
2.0
"
,
"
rollup
"
:
"
^0.6
3.4
"
,
"
rollup-plugin-babel
"
:
"
4.0.0-beta.5
"
,
"
rollup-plugin-node-resolve
"
:
"
^3.3.0
"
,
"
shelljs
"
:
"
^0.8.2
"
,
"
shx
"
:
"
^0.3.
1
"
,
"
sinon
"
:
"
^6.1.
2
"
,
"
shx
"
:
"
^0.3.
2
"
,
"
sinon
"
:
"
^6.1.
4
"
,
"
sri-toolbox
"
:
"
^0.2.0
"
,
"
stylelint
"
:
"
^9.
3
.0
"
,
"
stylelint
"
:
"
^9.
4
.0
"
,
"
stylelint-config-recommended-scss
"
:
"
^3.2.0
"
,
"
stylelint-config-standard
"
:
"
^18.2.0
"
,
"
stylelint-order
"
:
"
^0.8.1
"
,
"
stylelint-scss
"
:
"
^3.
1.3
"
,
"
uglify-js
"
:
"
^3.4.
3
"
,
"
vnu-jar
"
:
"
^18.
3.0
"
,
"
workbox-build
"
:
"
^3.
3
.1
"
"
stylelint-scss
"
:
"
^3.
2.0
"
,
"
uglify-js
"
:
"
^3.4.
6
"
,
"
vnu-jar
"
:
"
^18.
7.23
"
,
"
workbox-build
"
:
"
^3.
4
.1
"
},
"engines"
:
{
"node"
:
">=6"
...
...
This diff is collapsed.
Click to expand it.
site/docs/4.1/assets/js/src/pwa.js
+
1
-
1
View file @
c73b4a70
...
...
@@ -9,7 +9,7 @@
if
(
'
serviceWorker
'
in
navigator
)
{
window
.
addEventListener
(
'
load
'
,
function
()
{
navigator
.
serviceWorker
.
register
(
'
/sw.js
'
).
then
(
function
(
registration
)
{
// eslint-disable-line compat/compat
navigator
.
serviceWorker
.
register
(
'
/sw.js
'
).
then
(
function
(
registration
)
{
console
.
log
(
'
ServiceWorker registration successful with scope:
'
,
registration
.
scope
)
}).
catch
(
function
(
err
)
{
console
.
log
(
'
ServiceWorker registration failed:
'
,
err
)
...
...
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