Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
* @rollup/plugin-node-resolve  ^13.0.4  →  ^13.0.5
* rollup                       ^2.56.3  →  ^2.57.0
* sass                         ^1.41.1  →  ^1.42.1
* svgo                          ^2.6.1  →   ^2.7.0
  • Loading branch information
XhmikosR committed Sep 24, 2021
1 parent 925fb67 commit 57e6b87
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
152 changes: 76 additions & 76 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
Expand All @@ -26,11 +26,11 @@
"nanoevents": "^6.0.1",
"pako": "^2.0.4",
"prismjs": "^1.25.0",
"rollup": "^2.56.3",
"rollup": "^2.57.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.41.1",
"sass": "^1.42.1",
"sirv-cli": "^1.0.14",
"svgo": "^2.6.1"
"svgo": "^2.7.0"
},
"scripts": {
"build": "gulp clean-build",
Expand Down

0 comments on commit 57e6b87

Please sign in to comment.