Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit afe569d

Browse files
manoldonevsis0k0
authored andcommitted
fix: schema-utils peer dep warning for webpack 2/3 (#577)
When tns-creating an app that depends on latest nativescript-dev-webpack you can see the following in the output: ``` npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. ``` Based on webpack-contrib/url-loader#122 It seems [email protected] has the webpack 4 dependency fix.
1 parent 0ab65cc commit afe569d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"nativescript-hook": "0.2.4",
7272
"proxy-lib": "0.4.0",
7373
"request": "2.83.0",
74-
"schema-utils": "0.4.3",
74+
"schema-utils": "0.4.5",
7575
"semver": "5.4.1",
7676
"shelljs": "0.6.0",
7777
"tapable": "1.0.0",

0 commit comments

Comments
 (0)