Skip to content

Commit 40f37fd

Browse files
committed
Update TypeScript, webpack, and package description.
1 parent 6ec44f3 commit 40f37fd

File tree

3 files changed

+41
-30
lines changed

3 files changed

+41
-30
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# aspnet-validation
2-
> Enables ASP.NET Core MVC client-side validation without jQuery!
2+
> Enables ASP.NET MVC client-side validation without jQuery!
33
44
[![npm](https://img.shields.io/npm/v/aspnet-validation.svg)](https://www.npmjs.com/package/aspnet-validation) [![Build Status](https://travis-ci.org/ryanelian/aspnet-validation.svg?branch=master)](https://travis-ci.org/ryanelian/aspnet-validation)
55

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aspnet-validation",
33
"version": "0.0.5",
4-
"description": "Enables ASP.NET Core MVC client-side validation, without jQuery!",
4+
"description": "Enables ASP.NET MVC client-side validation, without jQuery!",
55
"main": "./dist/aspnet-validation.js",
66
"types": "./dist/types/index.d.ts",
77
"repository": "https://github.com/ryanelian/aspnet-validation",
@@ -16,8 +16,8 @@
1616
},
1717
"devDependencies": {
1818
"ts-loader": "^4.1.0",
19-
"typescript": "^2.7.2",
20-
"webpack": "^4.2.0",
19+
"typescript": "^2.8.1",
20+
"webpack": "^4.4.1",
2121
"webpack-cli": "^2.0.13"
2222
},
2323
"dependencies": {}

yarn.lock

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,21 @@ ajv@^4.9.1:
3232
json-stable-stringify "^1.0.1"
3333

3434
ajv@^6.1.0:
35-
version "6.3.0"
36-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.3.0.tgz#1650a41114ef00574cac10b8032d8f4c14812da7"
35+
version "6.4.0"
36+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.4.0.tgz#d3aff78e9277549771daf0164cff48482b754fc6"
3737
dependencies:
3838
fast-deep-equal "^1.0.0"
3939
fast-json-stable-stringify "^2.0.0"
4040
json-schema-traverse "^0.3.0"
41+
uri-js "^3.0.2"
4142

4243
ansi-escapes@^1.0.0:
4344
version "1.4.0"
4445
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
4546

4647
ansi-escapes@^3.0.0:
47-
version "3.0.0"
48-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.0.0.tgz#ec3e8b4e9f8064fc02c3ac9b65f1c275bda8ef92"
48+
version "3.1.0"
49+
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
4950

5051
ansi-regex@^2.0.0:
5152
version "2.1.1"
@@ -192,8 +193,8 @@ asynckit@^0.4.0:
192193
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
193194

194195
atob@^2.0.0:
195-
version "2.0.3"
196-
resolved "https://registry.yarnpkg.com/atob/-/atob-2.0.3.tgz#19c7a760473774468f20b2d2d03372ad7d4cbf5d"
196+
version "2.1.0"
197+
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.0.tgz#ab2b150e51d7b122b9efc8d7340c06b6c41076bc"
197198

198199
aws-sign2@~0.6.0:
199200
version "0.6.0"
@@ -1258,8 +1259,8 @@ copy-descriptor@^0.1.0:
12581259
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
12591260

12601261
core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0:
1261-
version "2.5.3"
1262-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"
1262+
version "2.5.4"
1263+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.4.tgz#f2c8bf181f2a80b92f360121429ce63a2f0aeae0"
12631264

12641265
[email protected], core-util-is@~1.0.0:
12651266
version "1.0.2"
@@ -1476,8 +1477,8 @@ editions@^1.3.3:
14761477
resolved "https://registry.yarnpkg.com/editions/-/editions-1.3.4.tgz#3662cb592347c3168eb8e498a0ff73271d67f50b"
14771478

14781479
ejs@^2.3.1:
1479-
version "2.5.7"
1480-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a"
1480+
version "2.5.8"
1481+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.8.tgz#2ab6954619f225e6193b7ac5f7c39c48fefe4380"
14811482

14821483
elegant-spinner@^1.0.1:
14831484
version "1.0.1"
@@ -1735,8 +1736,8 @@ first-chunk-stream@^2.0.0:
17351736
readable-stream "^2.0.2"
17361737

17371738
flow-parser@^0.*:
1738-
version "0.68.0"
1739-
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.68.0.tgz#9cc96620a102e316a314b6bcd56205ceace862d8"
1739+
version "0.69.0"
1740+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.69.0.tgz#378b5128d6d0b554a8b2f16a4ca3e1ab9649f00e"
17401741

17411742
flush-write-stream@^1.0.0:
17421743
version "1.0.3"
@@ -2127,8 +2128,8 @@ iconv-lite@^0.4.17:
21272128
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
21282129

21292130
ieee754@^1.1.4:
2130-
version "1.1.10"
2131-
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.10.tgz#719a6f7b026831e64bdb838b0de1bb0029bbf716"
2131+
version "1.1.11"
2132+
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.11.tgz#c16384ffe00f5b7835824e67b6f2bd44a5229455"
21322133

21332134
iferr@^0.1.5:
21342135
version "0.1.5"
@@ -2191,8 +2192,8 @@ inquirer@^3.3.0:
21912192
through "^2.3.6"
21922193

21932194
inquirer@^5.1.0:
2194-
version "5.1.0"
2195-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.1.0.tgz#19da508931892328abbbdd4c477f1efc65abfd67"
2195+
version "5.2.0"
2196+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726"
21962197
dependencies:
21972198
ansi-escapes "^3.0.0"
21982199
chalk "^2.0.0"
@@ -3398,6 +3399,10 @@ punycode@^1.2.4, punycode@^1.4.1:
33983399
version "1.4.1"
33993400
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
34003401

3402+
punycode@^2.1.0:
3403+
version "2.1.0"
3404+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz#5f863edc89b96db09074bad7947bf09056ca4e7d"
3405+
34013406
qs@~6.4.0:
34023407
version "6.4.0"
34033408
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
@@ -3714,8 +3719,8 @@ rx-lite@*, rx-lite@^4.0.8:
37143719
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444"
37153720

37163721
rxjs@^5.4.2, rxjs@^5.5.2:
3717-
version "5.5.7"
3718-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.7.tgz#afb3d1642b069b2fbf203903d6501d1acb4cda27"
3722+
version "5.5.8"
3723+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.8.tgz#b2b0809a57614ad6254c03d7446dea0d83ca3791"
37193724
dependencies:
37203725
symbol-observable "1.0.1"
37213726

@@ -4212,9 +4217,9 @@ typedarray@^0.0.6:
42124217
version "0.0.6"
42134218
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
42144219

4215-
typescript@^2.7.2:
4216-
version "2.7.2"
4217-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
4220+
typescript@^2.8.1:
4221+
version "2.8.1"
4222+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"
42184223

42194224
uglify-es@^3.3.4:
42204225
version "3.3.9"
@@ -4223,7 +4228,7 @@ uglify-es@^3.3.4:
42234228
commander "~2.13.0"
42244229
source-map "~0.6.1"
42254230

4226-
uglifyjs-webpack-plugin@^1.1.1:
4231+
uglifyjs-webpack-plugin@^1.2.4:
42274232
version "1.2.4"
42284233
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.4.tgz#5eec941b2e9b8538be0a20fc6eda25b14c7c1043"
42294234
dependencies:
@@ -4280,6 +4285,12 @@ upath@^1.0.0:
42804285
version "1.0.4"
42814286
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
42824287

4288+
uri-js@^3.0.2:
4289+
version "3.0.2"
4290+
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-3.0.2.tgz#f90b858507f81dea4dcfbb3c4c3dbfa2b557faaa"
4291+
dependencies:
4292+
punycode "^2.1.0"
4293+
42834294
urix@^0.1.0:
42844295
version "0.1.0"
42854296
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
@@ -4433,9 +4444,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
44334444
source-list-map "^2.0.0"
44344445
source-map "~0.6.1"
44354446

4436-
webpack@^4.2.0:
4437-
version "4.2.0"
4438-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.2.0.tgz#a4f80807651a0e611bb09609600dc266262efcc1"
4447+
webpack@^4.4.1:
4448+
version "4.4.1"
4449+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.4.1.tgz#b0105789890c28bfce9f392623ef5850254328a4"
44394450
dependencies:
44404451
acorn "^5.0.0"
44414452
acorn-dynamic-import "^3.0.0"
@@ -4453,7 +4464,7 @@ webpack@^4.2.0:
44534464
node-libs-browser "^2.0.0"
44544465
schema-utils "^0.4.2"
44554466
tapable "^1.0.0"
4456-
uglifyjs-webpack-plugin "^1.1.1"
4467+
uglifyjs-webpack-plugin "^1.2.4"
44574468
watchpack "^1.5.0"
44584469
webpack-sources "^1.0.1"
44594470

0 commit comments

Comments
 (0)