@dnd-kit/modifiers 7.0.0-next-2023106211358 → 7.0.0-next-2023106221355
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
# @dnd-kit/modifiers
|
2
2
|
|
3
|
-
## 7.0.0-next-
|
3
|
+
## 7.0.0-next-2023106221355
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
-
- Updated dependencies [[`b417f0f`](https://github.com/clauderic/dnd-kit/commit/b417f0f94bfd8097bdf34eec27b7051dc0f5aa2a), [`f342d5e`](https://github.com/clauderic/dnd-kit/commit/f342d5efd98507f173b6a170b35bee1545d40311)]:
|
8
|
-
- @dnd-kit/core@6.1.0-next-
|
9
|
-
- @dnd-kit/utilities@3.2.2-next-
|
7
|
+
- Updated dependencies [[`bc588c7`](https://github.com/clauderic/dnd-kit/commit/bc588c7f7b1124514b2834e14f9dad29ce49c8ce), [`b417f0f`](https://github.com/clauderic/dnd-kit/commit/b417f0f94bfd8097bdf34eec27b7051dc0f5aa2a), [`f342d5e`](https://github.com/clauderic/dnd-kit/commit/f342d5efd98507f173b6a170b35bee1545d40311)]:
|
8
|
+
- @dnd-kit/core@6.1.0-next-2023106221355
|
9
|
+
- @dnd-kit/utilities@3.2.2-next-2023106221355
|
10
10
|
|
11
11
|
## 6.0.1
|
12
12
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dnd-kit/modifiers",
|
3
|
-
"version": "7.0.0-next-
|
3
|
+
"version": "7.0.0-next-2023106221355",
|
4
4
|
"description": "Translate modifier presets for use with `@dnd-kit` packages.",
|
5
5
|
"author": "Claudéric Demers",
|
6
6
|
"license": "MIT",
|
@@ -26,15 +26,15 @@
|
|
26
26
|
"dist"
|
27
27
|
],
|
28
28
|
"dependencies": {
|
29
|
-
"@dnd-kit/utilities": "^3.2.2-next-
|
29
|
+
"@dnd-kit/utilities": "^3.2.2-next-2023106221355",
|
30
30
|
"tslib": "^2.0.0"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
|
-
"@dnd-kit/core": "^6.1.0-next-
|
33
|
+
"@dnd-kit/core": "^6.1.0-next-2023106221355",
|
34
34
|
"react": ">=16.8.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@dnd-kit/core": "^6.1.0-next-
|
37
|
+
"@dnd-kit/core": "^6.1.0-next-2023106221355"
|
38
38
|
},
|
39
39
|
"publishConfig": {
|
40
40
|
"access": "public"
|