@rushstack/set-webpack-public-path-plugin
Advanced tools
Comparing version 4.0.15 to 4.0.16
{ | ||
"name": "@rushstack/set-webpack-public-path-plugin", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "This plugin sets the webpack public path at runtime.", | ||
@@ -22,4 +22,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.59.6", | ||
"@rushstack/webpack-plugin-utilities": "0.2.36" | ||
"@rushstack/node-core-library": "3.59.7", | ||
"@rushstack/webpack-plugin-utilities": "0.2.37" | ||
}, | ||
@@ -31,6 +31,6 @@ "devDependencies": { | ||
"@types/webpack": "4.41.32", | ||
"@rushstack/eslint-config": "3.3.2", | ||
"@rushstack/heft": "0.58.1", | ||
"@rushstack/heft-node-rig": "2.2.21", | ||
"@rushstack/heft-webpack5-plugin": "0.8.13" | ||
"@rushstack/eslint-config": "3.3.3", | ||
"@rushstack/heft": "0.58.2", | ||
"@rushstack/heft-node-rig": "2.2.22", | ||
"@rushstack/heft-webpack5-plugin": "0.8.14" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
+ Added@rushstack/node-core-library@3.59.7(transitive)
+ Added@rushstack/webpack-plugin-utilities@0.2.37(transitive)
- Removed@rushstack/node-core-library@3.59.6(transitive)
- Removed@rushstack/webpack-plugin-utilities@0.2.36(transitive)