Skip to content

Commit

Permalink
Update devDependencies (twbs#34585)
Browse files Browse the repository at this point in the history
* @rollup/plugin-commonjs      ^19.0.1  →  ^19.0.2
* @rollup/plugin-node-resolve  ^13.0.2  →  ^13.0.4
* postcss                       ^8.3.5  →   ^8.3.6
* rollup                       ^2.53.3  →  ^2.55.0
* sass                         ^1.35.2  →  ^1.36.0
  • Loading branch information
XhmikosR authored and marvin-hinkley-vortx committed Aug 18, 2021
1 parent 30e7e59 commit c1bc376
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -63,7 +63,7 @@
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "npx sirv-cli _site --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x karma-browserstack-launcher,terser && npm update && echo Manually update site/assets/js/vendor",
"update-deps": "ncu -u -x globby,karma-browserstack-launcher,terser && npm update && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
Expand Down Expand Up @@ -105,8 +105,8 @@
"@babel/preset-env": "^7.14.8",
"@popperjs/core": "^2.9.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-commonjs": "^19.0.2",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"autoprefixer": "^10.2.6",
"bundlewatch": "^0.3.2",
Expand Down Expand Up @@ -136,12 +136,12 @@
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"rollup": "^2.53.3",
"rollup": "^2.55.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.3.0",
"sass": "^1.35.2",
"sass": "^1.36.0",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.3",
Expand Down

0 comments on commit c1bc376

Please sign in to comment.