Skip to content

Commit cc0ce62

Browse files
author
legitatx
committed
📌 Pin dependencies
1 parent 22c320e commit cc0ce62

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
"webpack-sources": "^2.3.0",
6161
"ws": "^7.5.0"
6262
},
63+
"peerDependencies": {
64+
"webpack": "^5.36.2"
65+
},
6366
"devDependencies": {
6467
"@babel/core": "^7.14.6",
6568
"@babel/plugin-proposal-class-properties": "^7.14.5",
@@ -80,7 +83,7 @@
8083
"autoprefixer": "^10.2.6",
8184
"babel-loader": "^8.2.2",
8285
"chai": "^4.3.4",
83-
"copy-webpack-plugin": "^9.0.0",
86+
"copy-webpack-plugin": "^8.1.1",
8487
"css-loader": "^5.2.6",
8588
"husky": "^6.0.0",
8689
"json-loader": "^0.5.7",
@@ -96,8 +99,8 @@
9699
"tslint": "^5.20.1",
97100
"tslint-config-prettier": "^1.18.0",
98101
"typescript": "^4.3.4",
99-
"webpack": "5.40.0",
102+
"webpack": "5.36.2",
100103
"webpack-bundle-analyzer": "^4.4.2",
101-
"webpack-cli": "4.7.2"
104+
"webpack-cli": "^4.6.0"
102105
}
103106
}

0 commit comments

Comments
 (0)