Skip to content

Commit 9e8395c

Browse files
committed
update deps once more
1 parent 267ffe1 commit 9e8395c

File tree

3 files changed

+46
-40
lines changed

3 files changed

+46
-40
lines changed

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ rules:
373373
unicorn/no-object-as-default-parameter: [2]
374374
unicorn/no-process-exit: [0]
375375
unicorn/no-reduce: [2]
376+
unicorn/no-static-only-class: [2]
376377
unicorn/no-this-assignment: [2]
377378
unicorn/no-unreadable-array-destructuring: [0]
378379
unicorn/no-unsafe-regex: [0]
@@ -383,6 +384,7 @@ rules:
383384
unicorn/numeric-separators-style: [0]
384385
unicorn/prefer-add-event-listener: [2]
385386
unicorn/prefer-array-find: [2]
387+
unicorn/prefer-array-flat: [2]
386388
unicorn/prefer-array-index-of: [2]
387389
unicorn/prefer-array-some: [2]
388390
unicorn/prefer-dataset: [2]

package-lock.json

Lines changed: 40 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"add-asset-webpack-plugin": "2.0.1",
1515
"babel-loader": "8.2.2",
1616
"clipboard": "2.0.8",
17-
"codemirror": "5.59.4",
17+
"codemirror": "5.60.0",
1818
"core-js": "3.9.1",
1919
"css-loader": "5.1.3",
2020
"css-minimizer-webpack-plugin": "1.3.0",
@@ -37,15 +37,15 @@
3737
"pretty-ms": "7.0.1",
3838
"raw-loader": "4.0.2",
3939
"sortablejs": "1.13.0",
40-
"swagger-ui-dist": "3.45.0",
40+
"swagger-ui-dist": "3.45.1",
4141
"terser-webpack-plugin": "5.1.1",
4242
"tributejs": "5.1.3",
4343
"vue": "2.6.12",
4444
"vue-bar-graph": "1.2.0",
4545
"vue-calendar-heatmap": "0.8.4",
4646
"vue-loader": "15.9.6",
4747
"vue-template-compiler": "2.6.12",
48-
"webpack": "5.26.3",
48+
"webpack": "5.27.1",
4949
"webpack-cli": "4.5.0",
5050
"workbox-routing": "6.1.2",
5151
"workbox-strategies": "6.1.2",
@@ -56,7 +56,7 @@
5656
"eslint": "7.22.0",
5757
"eslint-plugin-html": "6.1.2",
5858
"eslint-plugin-import": "2.22.1",
59-
"eslint-plugin-unicorn": "28.0.2",
59+
"eslint-plugin-unicorn": "29.0.0",
6060
"eslint-plugin-vue": "7.7.0",
6161
"stylelint": "13.12.0",
6262
"stylelint-config-standard": "21.0.0",

0 commit comments

Comments
 (0)