|
11 | 11 | "src/"
|
12 | 12 | ],
|
13 | 13 | "name": "@immutable-array/prototype",
|
14 |
| - "version": "1.0.4", |
| 14 | + "version": "1.0.5", |
15 | 15 | "description": "Collection of immutable Array.prototype methods.",
|
16 | 16 | "main": "lib/prototype.js",
|
17 | 17 | "types": "lib/prototype.d.ts",
|
|
40 | 40 | },
|
41 | 41 | "homepage": "https://github.com/azu/immutable-array-prototype/tree/master/packages/prototype/",
|
42 | 42 | "dependencies": {
|
43 |
| - "@immutable-array/copy-within": "^1.0.4", |
44 |
| - "@immutable-array/fill": "^1.0.4", |
45 |
| - "@immutable-array/pop": "^1.0.4", |
46 |
| - "@immutable-array/push": "^1.0.4", |
47 |
| - "@immutable-array/reverse": "^1.0.4", |
48 |
| - "@immutable-array/shift": "^1.0.4", |
49 |
| - "@immutable-array/sort": "^1.0.4", |
50 |
| - "@immutable-array/splice": "^1.0.4", |
51 |
| - "@immutable-array/unshift": "^1.0.4" |
| 43 | + "@immutable-array/copy-within": "^1.0.5", |
| 44 | + "@immutable-array/fill": "^1.0.5", |
| 45 | + "@immutable-array/pop": "^1.0.5", |
| 46 | + "@immutable-array/push": "^1.0.5", |
| 47 | + "@immutable-array/reverse": "^1.0.5", |
| 48 | + "@immutable-array/shift": "^1.0.5", |
| 49 | + "@immutable-array/sort": "^1.0.5", |
| 50 | + "@immutable-array/splice": "^1.0.5", |
| 51 | + "@immutable-array/unshift": "^1.0.5" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 | 54 | "@types/jest": "^29.2.5",
|
|
0 commit comments