Skip to content

Commit

Permalink
update deps once more
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 21, 2021
1 parent 267ffe1 commit 9e8395c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ rules:
unicorn/no-object-as-default-parameter: [2]
unicorn/no-process-exit: [0]
unicorn/no-reduce: [2]
unicorn/no-static-only-class: [2]
unicorn/no-this-assignment: [2]
unicorn/no-unreadable-array-destructuring: [0]
unicorn/no-unsafe-regex: [0]
Expand All @@ -383,6 +384,7 @@ rules:
unicorn/numeric-separators-style: [0]
unicorn/prefer-add-event-listener: [2]
unicorn/prefer-array-find: [2]
unicorn/prefer-array-flat: [2]
unicorn/prefer-array-index-of: [2]
unicorn/prefer-array-some: [2]
unicorn/prefer-dataset: [2]
Expand Down
76 changes: 40 additions & 36 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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"add-asset-webpack-plugin": "2.0.1",
"babel-loader": "8.2.2",
"clipboard": "2.0.8",
"codemirror": "5.59.4",
"codemirror": "5.60.0",
"core-js": "3.9.1",
"css-loader": "5.1.3",
"css-minimizer-webpack-plugin": "1.3.0",
Expand All @@ -37,15 +37,15 @@
"pretty-ms": "7.0.1",
"raw-loader": "4.0.2",
"sortablejs": "1.13.0",
"swagger-ui-dist": "3.45.0",
"swagger-ui-dist": "3.45.1",
"terser-webpack-plugin": "5.1.1",
"tributejs": "5.1.3",
"vue": "2.6.12",
"vue-bar-graph": "1.2.0",
"vue-calendar-heatmap": "0.8.4",
"vue-loader": "15.9.6",
"vue-template-compiler": "2.6.12",
"webpack": "5.26.3",
"webpack": "5.27.1",
"webpack-cli": "4.5.0",
"workbox-routing": "6.1.2",
"workbox-strategies": "6.1.2",
Expand All @@ -56,7 +56,7 @@
"eslint": "7.22.0",
"eslint-plugin-html": "6.1.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-unicorn": "28.0.2",
"eslint-plugin-unicorn": "29.0.0",
"eslint-plugin-vue": "7.7.0",
"stylelint": "13.12.0",
"stylelint-config-standard": "21.0.0",
Expand Down

0 comments on commit 9e8395c

Please sign in to comment.