is-what 4.1.6 → 4.1.7

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 +3 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "is-what",
3
3
  "sideEffects": false,
4
4
  "type": "module",
5
- "version": "4.1.6",
5
+ "version": "4.1.7",
6
6
  "description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",
7
7
  "module": "./dist/index.es.js",
8
8
  "main": "./dist/index.cjs",
@@ -67,10 +67,10 @@
67
67
  "eslint-plugin-tree-shaking": "^1.10.0",
68
68
  "np": "^7.6.0",
69
69
  "prettier": "^2.5.1",
70
- "rollup": "^2.66.0",
70
+ "rollup": "^2.66.1",
71
71
  "rollup-plugin-typescript2": "^0.31.1",
72
72
  "typescript": "^4.5.5",
73
- "vitest": "^0.2.1"
73
+ "vitest": "^0.2.3"
74
74
  },
75
75
  "ava": {
76
76
  "extensions": {