@ctx-core/window 13.0.11 → 13.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @ctx-core/window
2
2
 
3
+ ## 13.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 13.0.17
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @ctx-core/nanostores@0.5.0
15
+
16
+ ## 13.0.16
17
+
18
+ ### Patch Changes
19
+
20
+ - update dependencies
21
+
22
+ ## 13.0.15
23
+
24
+ ### Patch Changes
25
+
26
+ - update dependencies
27
+
28
+ ## 13.0.14
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - @ctx-core/nanostores@0.4.0
35
+
36
+ ## 13.0.13
37
+
38
+ ### Patch Changes
39
+
40
+ - update dependencies
41
+
42
+ ## 13.0.12
43
+
44
+ ### Patch Changes
45
+
46
+ - update dependencies
47
+
3
48
  ## 13.0.11
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/window",
3
- "version": "13.0.11",
3
+ "version": "13.0.18",
4
4
  "description": "ctx-core window",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@ctx-core/dom": "^11.1.5",
29
- "@ctx-core/function": "^20.2.25",
30
- "@ctx-core/nanostores": "^0.3.6",
31
- "@ctx-core/object": "^22.0.12"
29
+ "@ctx-core/function": "^20.4.0",
30
+ "@ctx-core/nanostores": "^0.5.0",
31
+ "@ctx-core/object": "^22.0.13"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@swc/cli": "^0.1.55",
35
- "@swc/core": "^1.2.128",
35
+ "@swc/core": "^1.2.135",
36
36
  "rimraf": "^3.0.2",
37
37
  "typescript": "next"
38
38
  },