@hero-design/rn 8.77.1-alpha.0 → 8.77.1-alpha.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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +1 -5
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
(node:
|
|
1
|
+
(node:11552) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
|
|
2
2
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
3
|
-
(node:
|
|
3
|
+
(node:11552) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
|
|
4
4
|
[36m
|
|
5
5
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
6
6
|
[1m[33m(!) [plugin replace] @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.[39m[22m
|
|
7
7
|
[1m[33m(!) [plugin node-resolve] preferring built-in module 'events' over local alternative at '/Volumes/Data/Projects/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.[39m[22m
|
|
8
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [
|
|
8
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m34s[22m[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "8.77.1-alpha.
|
|
3
|
+
"version": "8.77.1-alpha.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@emotion/native": "^11.9.3",
|
|
23
23
|
"@emotion/primitives-core": "11.0.0",
|
|
24
24
|
"@emotion/react": "^11.9.3",
|
|
25
|
-
"@hero-design/colors": "8.45.
|
|
25
|
+
"@hero-design/colors": "8.45.1",
|
|
26
26
|
"date-fns": "^2.16.1",
|
|
27
27
|
"hero-editor": "^1.9.21",
|
|
28
28
|
"nanoid": "^4.0.2"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@hero-design/react-native-month-year-picker": "^8.42.
|
|
31
|
+
"@hero-design/react-native-month-year-picker": "^8.42.10",
|
|
32
32
|
"@react-native-community/datetimepicker": "^3.5.2 || ^7.6.1",
|
|
33
33
|
"@react-native-community/slider": "^4.5.1",
|
|
34
34
|
"react": "18.2.0",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@eslint/compat": "^1.1.1",
|
|
51
51
|
"@eslint/eslintrc": "^3.1.0",
|
|
52
52
|
"@eslint/js": "^9.8.0",
|
|
53
|
-
"@hero-design/eslint-plugin": "9.2.
|
|
54
|
-
"@hero-design/react-native-month-year-picker": "^8.42.
|
|
53
|
+
"@hero-design/eslint-plugin": "9.2.0",
|
|
54
|
+
"@hero-design/react-native-month-year-picker": "^8.42.10",
|
|
55
55
|
"@react-native-community/datetimepicker": "7.6.1",
|
|
56
56
|
"@react-native-community/slider": "^4.5.1",
|
|
57
57
|
"@rollup/plugin-babel": "^6.0.4",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"babel-preset-expo": "^11.0.15",
|
|
71
71
|
"core-js": "^3.33.0",
|
|
72
72
|
"eslint": "^8.56.0",
|
|
73
|
-
"eslint-config-hd": "8.42.
|
|
73
|
+
"eslint-config-hd": "8.42.4",
|
|
74
74
|
"eslint-plugin-import": "^2.27.5",
|
|
75
75
|
"jest": "^29.2.1",
|
|
76
76
|
"jest-environment-jsdom": "^29.2.1",
|
|
77
77
|
"jest-junit": "^16.0.0",
|
|
78
|
-
"prettier-config-hd": "8.42.
|
|
78
|
+
"prettier-config-hd": "8.42.4",
|
|
79
79
|
"react": "18.2.0",
|
|
80
80
|
"react-dom": "^18.2.0",
|
|
81
81
|
"react-native": "^0.74.5",
|