Fixing dependencies

pull/1/head
WolverinDEV 2021-03-16 20:26:22 +01:00
parent dd0937a401
commit b2408a9b2d
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "webpack-svg-sprite-generator",
"version": "5.0.0",
"version": "5.0.1",
"description": "",
"main": "plugin.js",
"types": "ts/index.d.ts",
@ -37,12 +37,13 @@
"typescript": "^3.9.7",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"xml-parser": "^1.2.1"
"xml-parser": "^1.2.1",
"webpack": "^5.26.1",
"potpack": "^1.0.1"
},
"dependencies": {
"peerDependencies": {
"webpack": "^5.x",
"fs-extra": "^9.0.1",
"path": "^0.12.7",
"potpack": "^1.0.1",
"webpack": "^5.26.1"
"path": "^0.12.7"
}
}

View File

@ -1,8 +1,6 @@
import * as path from "path";
import * as SystemFs from "fs-extra";
import sha1 from "sha1";
import util from "util";
import webpack, {Compiler, Module, RuntimeGlobals} from "webpack";
import {