Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 schema-utils@0.4.3 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 schema-utils@0.4.5 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

‎package.json‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /