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
04796b8f
Commit
04796b8f
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Update devDependencies.
parent
84861cea
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.eslintrc.json
+2
-0
.eslintrc.json
package-lock.json
+418
-236
package-lock.json
package.json
+12
-12
package.json
site/.eslintrc.json
+2
-0
site/.eslintrc.json
with
434 additions
and
248 deletions
+434
-248
.eslintrc.json
+
2
-
0
View file @
04796b8f
...
...
@@ -35,10 +35,12 @@
"error"
,
"never"
],
"unicorn/consistent-function-scoping"
:
"off"
,
"unicorn/explicit-length-check"
:
"off"
,
"unicorn/import-index"
:
"off"
,
"unicorn/no-for-loop"
:
"off"
,
"unicorn/no-unused-properties"
:
"error"
,
"unicorn/prefer-dataset"
:
"off"
,
"unicorn/prefer-includes"
:
"off"
,
"unicorn/prefer-node-append"
:
"off"
,
"unicorn/prefer-node-remove"
:
"off"
,
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
418
-
236
View file @
04796b8f
This diff is collapsed.
Click to expand it.
package.json
+
12
-
12
View file @
04796b8f
...
...
@@ -87,27 +87,27 @@
"
popper.js
"
:
"
^1.15.0
"
},
"devDependencies"
:
{
"
@babel/cli
"
:
"
^7.6.
0
"
,
"
@babel/core
"
:
"
^7.6.
0
"
,
"
@babel/plugin-proposal-object-rest-spread
"
:
"
^7.
5.5
"
,
"
@babel/preset-env
"
:
"
^7.6.
0
"
,
"
@babel/cli
"
:
"
^7.6.
2
"
,
"
@babel/core
"
:
"
^7.6.
2
"
,
"
@babel/plugin-proposal-object-rest-spread
"
:
"
^7.
6.2
"
,
"
@babel/preset-env
"
:
"
^7.6.
2
"
,
"
autoprefixer
"
:
"
^9.6.1
"
,
"
babel-eslint
"
:
"
^10.0.3
"
,
"
babel-plugin-istanbul
"
:
"
^5.2.0
"
,
"
bundlesize
"
:
"
^0.18.0
"
,
"
clean-css-cli
"
:
"
^4.3.0
"
,
"
coveralls
"
:
"
^3.0.6
"
,
"
cross-env
"
:
"
^
5.2.1
"
,
"
eslint
"
:
"
^6.
3
.0
"
,
"
cross-env
"
:
"
^
6.0.0
"
,
"
eslint
"
:
"
^6.
4
.0
"
,
"
eslint-config-xo
"
:
"
^0.26.0
"
,
"
eslint-plugin-import
"
:
"
^2.18.2
"
,
"
eslint-plugin-unicorn
"
:
"
^1
0
.0.
0
"
,
"
eslint-plugin-unicorn
"
:
"
^1
1
.0.
2
"
,
"
find-unused-sass-variables
"
:
"
^0.5.0
"
,
"
glob
"
:
"
^7.1.4
"
,
"
hammer-simulator
"
:
"
0.0.1
"
,
"
hugo-bin
"
:
"
^0.46.
2
"
,
"
hugo-bin
"
:
"
^0.46.
3
"
,
"
ip
"
:
"
^1.1.5
"
,
"
jasmine-core
"
:
"
^3.
4
.0
"
,
"
jasmine-core
"
:
"
^3.
5
.0
"
,
"
karma
"
:
"
^4.3.0
"
,
"
karma-browserstack-launcher
"
:
"
1.4.0
"
,
"
karma-chrome-launcher
"
:
"
^3.1.0
"
,
...
...
@@ -123,15 +123,15 @@
"
npm-run-all
"
:
"
^4.1.5
"
,
"
popper.js
"
:
"
^1.15.0
"
,
"
postcss-cli
"
:
"
^6.1.3
"
,
"
rollup
"
:
"
^1.21.
2
"
,
"
rollup
"
:
"
^1.21.
4
"
,
"
rollup-plugin-babel
"
:
"
^4.3.3
"
,
"
rollup-plugin-istanbul
"
:
"
^2.0.1
"
,
"
rollup-plugin-node-resolve
"
:
"
^5.2.0
"
,
"
serve
"
:
"
^11.1.0
"
,
"
shelljs
"
:
"
^0.8.3
"
,
"
shx
"
:
"
^0.3.2
"
,
"
stylelint
"
:
"
^1
0.1
.0
"
,
"
stylelint-config-twbs-bootstrap
"
:
"
^0.
4
.0
"
,
"
stylelint
"
:
"
^1
1.0
.0
"
,
"
stylelint-config-twbs-bootstrap
"
:
"
^0.
6
.0
"
,
"
terser
"
:
"
^4.3.1
"
,
"
vnu-jar
"
:
"
19.9.4
"
},
...
...
This diff is collapsed.
Click to expand it.
site/.eslintrc.json
+
2
-
0
View file @
04796b8f
...
...
@@ -33,7 +33,9 @@
"never"
],
"strict"
:
"error"
,
"unicorn/consistent-function-scoping"
:
"off"
,
"unicorn/no-for-loop"
:
"off"
,
"unicorn/prefer-dataset"
:
"off"
,
"unicorn/prefer-includes"
:
"off"
,
"unicorn/prefer-node-append"
:
"off"
,
"unicorn/prefer-query-selector"
:
"off"
,
...
...
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