is-what 3.2.3 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "is-what",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "homepage": "https://github.com/mesqueeb/is-what#readme",
44
44
  "devDependencies": {
45
- "@babel/core": "^7.4.5",
45
+ "@babel/core": "^7.5.4",
46
46
  "@types/babel-core": "^6.25.6",
47
47
  "@types/jest": "^23.3.14",
48
48
  "babel-core": "^7.0.0-bridge.0",
@@ -51,8 +51,8 @@
51
51
  "jest": "^24.8.0",
52
52
  "regenerator-runtime": "^0.12.1",
53
53
  "rollup": "^0.65.2",
54
- "rollup-plugin-typescript2": "^0.21.1",
55
- "typescript": "^3.5.1"
54
+ "rollup-plugin-typescript2": "^0.21.2",
55
+ "typescript": "^3.5.3"
56
56
  },
57
57
  "dependencies": {}
58
58
  }