Compare commits

...

2 Commits

Author SHA1 Message Date
Alan Orth dbc97128f3
package-lock.json: Run npm update
continuous-integration/drone/push Build is failing Details
2021-03-22 13:45:47 +02:00
Alan Orth 5dd511963d
package.json: Only install webpack-cli
We don't explicitly need webpack, as webpack-cli will bring it in
for us.
2021-03-22 13:45:21 +02:00
2 changed files with 2322 additions and 1595 deletions

3914
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,6 @@
"clean-css-cli": "^4.3.0",
"rtlcss": "^2.6.2",
"sass": "^1.32.4",
"webpack": "^5.16.0",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.5.0"
}
}