@ornikar/kitt-universal 13.3.2 → 13.4.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/kitt-universal",
3
- "version": "13.3.2",
3
+ "version": "13.4.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "directory": "@ornikar/kitt-universal",
@@ -46,6 +46,7 @@
46
46
  "./translations/fr-FR.json": "./translations/fr-FR.json",
47
47
  "./translations/es-ES.json": "./translations/es-ES.json",
48
48
  "./dist/linaria-themes-node-14.17.cjs.web.js": "./dist/linaria-themes-node-14.17.cjs.web.js",
49
+ "./babel-plugin-csf-to-jest": "./babel-plugin-csf-to-jest.js",
49
50
  "./package.json": "./package.json"
50
51
  },
51
52
  "engines": {
@@ -67,8 +68,8 @@
67
68
  "@babel/runtime": "^7.20.6",
68
69
  "@floating-ui/react-dom": "1.0.0",
69
70
  "@floating-ui/react-native": "0.8.0",
70
- "@ornikar/eslint-config-kitt": "^1.0.10",
71
- "@ornikar/kitt-icons": "^5.1.0",
71
+ "@ornikar/eslint-config-kitt": "^1.0.11",
72
+ "@ornikar/kitt-icons": "^5.1.1",
72
73
  "@react-native-community/datetimepicker": "^6.0.0",
73
74
  "libphonenumber-js": "1.10.19",
74
75
  "native-base": "3.4.28",
@@ -125,7 +126,7 @@
125
126
  "@juggle/resize-observer": "3.4.0",
126
127
  "@ornikar/babel-preset-base": "2.0.1",
127
128
  "@react-native-picker/picker": "2.4.3",
128
- "@types/react": "18.2.14",
129
+ "@types/react": "18.2.15",
129
130
  "@types/react-portal": "4.0.4",
130
131
  "@types/react-transition-group": "4.2.3",
131
132
  "@types/twemoji-parser": "13.1.1",
@@ -140,5 +141,5 @@
140
141
  "react-native-svg": "13.4.0",
141
142
  "react-native-web": "0.18.12"
142
143
  },
143
- "gitHead": "6139cb5f4f8e94300f6ea8a61bf179276cff9fff"
144
+ "gitHead": "4157164e7092f7f6d4ff6f321298095c086d021f"
144
145
  }