@granite-js/mpack 0.1.23-next.1 → 0.1.23-next.10

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 +80 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,85 @@
1
1
  # @granite-js/mpack
2
2
 
3
+ ## 0.1.23-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - fix
8
+ - Updated dependencies
9
+ - @granite-js/devtools-frontend@0.1.23-next.10
10
+ - @granite-js/plugin-core@0.1.23-next.10
11
+ - @granite-js/utils@0.1.23-next.10
12
+
13
+ ## 0.1.23-next.9
14
+
15
+ ### Patch Changes
16
+
17
+ - tollback
18
+ - Updated dependencies
19
+ - @granite-js/devtools-frontend@0.1.23-next.9
20
+ - @granite-js/plugin-core@0.1.23-next.9
21
+ - @granite-js/utils@0.1.23-next.9
22
+
23
+ ## 0.1.23-next.8
24
+
25
+ ### Patch Changes
26
+
27
+ - router
28
+ - Updated dependencies
29
+ - @granite-js/devtools-frontend@0.1.23-next.8
30
+ - @granite-js/plugin-core@0.1.23-next.8
31
+ - @granite-js/utils@0.1.23-next.8
32
+
33
+ ## 0.1.23-next.7
34
+
35
+ ### Patch Changes
36
+
37
+ - fix
38
+ - Updated dependencies
39
+ - @granite-js/devtools-frontend@0.1.23-next.7
40
+ - @granite-js/plugin-core@0.1.23-next.7
41
+ - @granite-js/utils@0.1.23-next.7
42
+
43
+ ## 0.1.23-next.6
44
+
45
+ ### Patch Changes
46
+
47
+ - test
48
+ - Updated dependencies
49
+ - @granite-js/devtools-frontend@0.1.23-next.6
50
+ - @granite-js/plugin-core@0.1.23-next.6
51
+ - @granite-js/utils@0.1.23-next.6
52
+
53
+ ## 0.1.23-next.5
54
+
55
+ ### Patch Changes
56
+
57
+ - temp
58
+ - Updated dependencies
59
+ - @granite-js/devtools-frontend@0.1.23-next.5
60
+ - @granite-js/plugin-core@0.1.23-next.5
61
+ - @granite-js/utils@0.1.23-next.5
62
+
63
+ ## 0.1.23-next.4
64
+
65
+ ### Patch Changes
66
+
67
+ - test
68
+ - Updated dependencies
69
+ - @granite-js/devtools-frontend@0.1.23-next.4
70
+ - @granite-js/plugin-core@0.1.23-next.4
71
+ - @granite-js/utils@0.1.23-next.4
72
+
73
+ ## 0.1.23-next.3
74
+
75
+ ### Patch Changes
76
+
77
+ - test
78
+ - Updated dependencies
79
+ - @granite-js/devtools-frontend@0.1.23-next.3
80
+ - @granite-js/plugin-core@0.1.23-next.3
81
+ - @granite-js/utils@0.1.23-next.3
82
+
3
83
  ## 0.1.23-next.0
4
84
 
5
85
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granite-js/mpack",
3
- "version": "0.1.23-next.1",
3
+ "version": "0.1.23-next.10",
4
4
  "description": "A bundler for Granite apps",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -84,18 +84,18 @@
84
84
  "@babel/traverse": "^7.14.0",
85
85
  "@babel/types": "^7.0.0",
86
86
  "@fastify/static": "7.0.1",
87
- "@granite-js/devtools-frontend": "0.1.23-next.0",
88
- "@granite-js/plugin-core": "0.1.23-next.0",
89
- "@granite-js/utils": "0.1.23-next.0",
87
+ "@granite-js/devtools-frontend": "0.1.23-next.10",
88
+ "@granite-js/plugin-core": "0.1.23-next.10",
89
+ "@granite-js/utils": "0.1.23-next.10",
90
90
  "@inquirer/prompts": "^7.2.3",
91
91
  "@react-native-community/cli-plugin-metro": "11.3.7",
92
92
  "@react-native-community/cli-server-api": "11.3.7",
93
93
  "@react-native-community/cli-tools": "11.3.7",
94
- "@react-native/babel-plugin-codegen": "npm:0.81.0",
95
- "@react-native/babel-preset": "npm:0.81.0",
94
+ "@react-native/babel-plugin-codegen": "npm:0.81.3",
95
+ "@react-native/babel-preset": "npm:0.81.3",
96
96
  "@react-native/dev-middleware": "0.73.8",
97
97
  "@shopify/semaphore": "^3.1.0",
98
- "@swc/core": "npm:1.13.3",
98
+ "@swc/core": "npm:1.5.24",
99
99
  "@swc/helpers": "npm:0.5.17",
100
100
  "absolute-path": "^0.0.0",
101
101
  "accepts": "^1.3.7",