We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a58db3 commit d93c6c3Copy full SHA for d93c6c3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsvat",
3
- "version": "2.1.2",
+ "version": "2.1.3",
4
"description": "Check the validity of the format of an EU VAT number",
5
"main": "./lib/commonjs/index.js",
6
"module": "./lib/es6/index.js",
@@ -49,15 +49,15 @@
49
"private": false,
50
"dependencies": {},
51
"devDependencies": {
52
- "@babel/preset-env": "7.4.5",
+ "@babel/preset-env": "7.5.5",
53
"babel": "6.23.0",
54
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
55
"jest": "24.8.0",
56
"rimraf": "2.6.3",
57
- "ts-loader": "6.0.1",
58
- "tslint": "5.16.0",
+ "ts-loader": "6.0.4",
+ "tslint": "5.18.0",
59
"tslint-config-prettier": "1.18.0",
60
- "tslint-immutable": "5.5.2",
61
- "typescript": "3.4.5"
+ "tslint-immutable": "6.0.1",
+ "typescript": "3.5.3"
62
}
63
0 commit comments