mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03: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:
+19
-19
@@ -92,25 +92,25 @@
|
||||
"popper.js": "^1.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.12.8",
|
||||
"@babel/core": "^7.12.8",
|
||||
"@babel/preset-env": "^7.12.7",
|
||||
"@rollup/plugin-babel": "^5.2.1",
|
||||
"@rollup/plugin-commonjs": "^16.0.0",
|
||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||
"autoprefixer": "^10.0.2",
|
||||
"@babel/cli": "^7.12.10",
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@rollup/plugin-babel": "^5.2.2",
|
||||
"@rollup/plugin-commonjs": "^17.0.0",
|
||||
"@rollup/plugin-node-resolve": "^11.0.1",
|
||||
"autoprefixer": "^10.2.1",
|
||||
"babel-plugin-istanbul": "^6.0.0",
|
||||
"bundlewatch": "^0.3.1",
|
||||
"clean-css-cli": "^4.3.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-config-xo": "^0.33.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^7.17.0",
|
||||
"eslint-config-xo": "^0.34.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-unicorn": "^23.0.0",
|
||||
"find-unused-sass-variables": "^3.0.0",
|
||||
"eslint-plugin-unicorn": "^25.0.1",
|
||||
"find-unused-sass-variables": "^3.1.0",
|
||||
"glob": "^7.1.6",
|
||||
"hammer-simulator": "0.0.1",
|
||||
"hugo-bin": "^0.66.2",
|
||||
"hugo-bin": "^0.68.0",
|
||||
"ip": "^1.1.5",
|
||||
"jquery": "^3.5.1",
|
||||
"karma": "^5.2.3",
|
||||
@@ -121,16 +121,16 @@
|
||||
"karma-firefox-launcher": "^2.1.0",
|
||||
"karma-qunit": "^4.1.1",
|
||||
"karma-sinon": "^1.0.5",
|
||||
"linkinator": "^2.2.2",
|
||||
"linkinator": "^2.11.2",
|
||||
"lockfile-lint": "^4.3.7",
|
||||
"node-sass": "^5.0.0",
|
||||
"nodemon": "^2.0.6",
|
||||
"nodemon": "^2.0.7",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"popper.js": "^1.16.1",
|
||||
"postcss": "^8.1.10",
|
||||
"postcss-cli": "^8.3.0",
|
||||
"qunit": "^2.12.0",
|
||||
"rollup": "^2.33.3",
|
||||
"postcss": "^8.2.3",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"qunit": "^2.13.0",
|
||||
"rollup": "^2.36.1",
|
||||
"shelljs": "^0.8.4",
|
||||
"sinon": "^7.5.0",
|
||||
"stylelint": "^13.8.0",
|
||||
|
||||
Reference in New Issue
Block a user