mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Update devDependencies
* @babel/cli ^7.12.8 → ^7.12.10 * @babel/core ^7.12.8 → ^7.12.10 * @babel/preset-env ^7.12.7 → ^7.12.11 * @rollup/plugin-babel ^5.2.1 → ^5.2.2 * @rollup/plugin-commonjs ^16.0.0 → ^17.0.0 * @rollup/plugin-node-resolve ^10.0.0 → ^11.0.1 * autoprefixer ^10.0.2 → ^10.2.1 * cross-env ^7.0.2 → ^7.0.3 * eslint ^7.14.0 → ^7.17.0 * eslint-config-xo ^0.33.1 → ^0.34.0 * eslint-plugin-unicorn ^23.0.0 → ^25.0.1 * find-unused-sass-variables ^3.0.0 → ^3.1.0 * hugo-bin ^0.66.2 → ^0.68.0 * linkinator ^2.2.2 → ^2.11.2 * nodemon ^2.0.6 → ^2.0.7 * postcss ^8.1.10 → ^8.2.3 * postcss-cli ^8.3.0 → ^8.3.1 * qunit ^2.12.0 → ^2.13.0 * rollup ^2.33.3 → ^2.36.1
This commit is contained in:
@@ -42,17 +42,17 @@
|
|||||||
"unicorn/consistent-function-scoping": "off",
|
"unicorn/consistent-function-scoping": "off",
|
||||||
"unicorn/explicit-length-check": "off",
|
"unicorn/explicit-length-check": "off",
|
||||||
"unicorn/import-index": "off",
|
"unicorn/import-index": "off",
|
||||||
"unicorn/no-fn-reference-in-iterator": "off",
|
"unicorn/no-array-callback-reference": "off",
|
||||||
"unicorn/no-for-loop": "off",
|
"unicorn/no-for-loop": "off",
|
||||||
"unicorn/no-null": "off",
|
"unicorn/no-null": "off",
|
||||||
"unicorn/no-unused-properties": "error",
|
"unicorn/no-unused-properties": "error",
|
||||||
"unicorn/no-useless-undefined": "off",
|
"unicorn/no-useless-undefined": "off",
|
||||||
"unicorn/prefer-array-find": "off",
|
"unicorn/prefer-array-find": "off",
|
||||||
"unicorn/prefer-dataset": "off",
|
"unicorn/prefer-dom-node-dataset": "off",
|
||||||
"unicorn/prefer-includes": "off",
|
"unicorn/prefer-includes": "off",
|
||||||
"unicorn/prefer-math-trunc": "off",
|
"unicorn/prefer-math-trunc": "off",
|
||||||
"unicorn/prefer-node-append": "off",
|
"unicorn/prefer-dom-node-append": "off",
|
||||||
"unicorn/prefer-node-remove": "off",
|
"unicorn/prefer-dom-node-remove": "off",
|
||||||
"unicorn/prefer-number-properties": "off",
|
"unicorn/prefer-number-properties": "off",
|
||||||
"unicorn/prefer-optional-catch-binding": "off",
|
"unicorn/prefer-optional-catch-binding": "off",
|
||||||
"unicorn/prefer-query-selector": "off",
|
"unicorn/prefer-query-selector": "off",
|
||||||
|
1997
package-lock.json
generated
1997
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@@ -92,25 +92,25 @@
|
|||||||
"popper.js": "^1.16.1"
|
"popper.js": "^1.16.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.12.8",
|
"@babel/cli": "^7.12.10",
|
||||||
"@babel/core": "^7.12.8",
|
"@babel/core": "^7.12.10",
|
||||||
"@babel/preset-env": "^7.12.7",
|
"@babel/preset-env": "^7.12.11",
|
||||||
"@rollup/plugin-babel": "^5.2.1",
|
"@rollup/plugin-babel": "^5.2.2",
|
||||||
"@rollup/plugin-commonjs": "^16.0.0",
|
"@rollup/plugin-commonjs": "^17.0.0",
|
||||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
"@rollup/plugin-node-resolve": "^11.0.1",
|
||||||
"autoprefixer": "^10.0.2",
|
"autoprefixer": "^10.2.1",
|
||||||
"babel-plugin-istanbul": "^6.0.0",
|
"babel-plugin-istanbul": "^6.0.0",
|
||||||
"bundlewatch": "^0.3.1",
|
"bundlewatch": "^0.3.1",
|
||||||
"clean-css-cli": "^4.3.0",
|
"clean-css-cli": "^4.3.0",
|
||||||
"cross-env": "^7.0.2",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^7.14.0",
|
"eslint": "^7.17.0",
|
||||||
"eslint-config-xo": "^0.33.1",
|
"eslint-config-xo": "^0.34.0",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
"eslint-plugin-unicorn": "^23.0.0",
|
"eslint-plugin-unicorn": "^25.0.1",
|
||||||
"find-unused-sass-variables": "^3.0.0",
|
"find-unused-sass-variables": "^3.1.0",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"hammer-simulator": "0.0.1",
|
"hammer-simulator": "0.0.1",
|
||||||
"hugo-bin": "^0.66.2",
|
"hugo-bin": "^0.68.0",
|
||||||
"ip": "^1.1.5",
|
"ip": "^1.1.5",
|
||||||
"jquery": "^3.5.1",
|
"jquery": "^3.5.1",
|
||||||
"karma": "^5.2.3",
|
"karma": "^5.2.3",
|
||||||
@@ -121,16 +121,16 @@
|
|||||||
"karma-firefox-launcher": "^2.1.0",
|
"karma-firefox-launcher": "^2.1.0",
|
||||||
"karma-qunit": "^4.1.1",
|
"karma-qunit": "^4.1.1",
|
||||||
"karma-sinon": "^1.0.5",
|
"karma-sinon": "^1.0.5",
|
||||||
"linkinator": "^2.2.2",
|
"linkinator": "^2.11.2",
|
||||||
"lockfile-lint": "^4.3.7",
|
"lockfile-lint": "^4.3.7",
|
||||||
"node-sass": "^5.0.0",
|
"node-sass": "^5.0.0",
|
||||||
"nodemon": "^2.0.6",
|
"nodemon": "^2.0.7",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"postcss": "^8.1.10",
|
"postcss": "^8.2.3",
|
||||||
"postcss-cli": "^8.3.0",
|
"postcss-cli": "^8.3.1",
|
||||||
"qunit": "^2.12.0",
|
"qunit": "^2.13.0",
|
||||||
"rollup": "^2.33.3",
|
"rollup": "^2.36.1",
|
||||||
"shelljs": "^0.8.4",
|
"shelljs": "^0.8.4",
|
||||||
"sinon": "^7.5.0",
|
"sinon": "^7.5.0",
|
||||||
"stylelint": "^13.8.0",
|
"stylelint": "^13.8.0",
|
||||||
|
@@ -35,10 +35,10 @@
|
|||||||
"unicorn/no-for-loop": "off",
|
"unicorn/no-for-loop": "off",
|
||||||
"unicorn/no-null": "off",
|
"unicorn/no-null": "off",
|
||||||
"unicorn/prefer-array-find": "off",
|
"unicorn/prefer-array-find": "off",
|
||||||
"unicorn/prefer-dataset": "off",
|
"unicorn/prefer-dom-node-dataset": "off",
|
||||||
"unicorn/prefer-includes": "off",
|
"unicorn/prefer-includes": "off",
|
||||||
"unicorn/prefer-number-properties": "off",
|
"unicorn/prefer-number-properties": "off",
|
||||||
"unicorn/prefer-node-append": "off",
|
"unicorn/prefer-dom-node-append": "off",
|
||||||
"unicorn/prefer-query-selector": "off",
|
"unicorn/prefer-query-selector": "off",
|
||||||
"unicorn/prevent-abbreviations": "off"
|
"unicorn/prevent-abbreviations": "off"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user