sheet-i18n 1.1.2 → 1.1.4

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -381,7 +381,7 @@ const translatedMessage = t('login'); // login is key
381
381
  const translatedMessage = t('{username} shown', { username: 'John Doe' });
382
382
  ```
383
383
 
384
- > 💡 Note: The values object can contain any type of data, including React components.
384
+ 💡 Note: The values object can contain any type of data, including React components.
385
385
 
386
386
  ```tsx
387
387
  // <Username /> shown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheet-i18n",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "license": "ISC",
34
34
  "dependencies": {
35
- "@sheet-i18n/exporter": "1.1.0",
36
- "@sheet-i18n/react": "0.2.1"
35
+ "@sheet-i18n/exporter": "1.1.1",
36
+ "@sheet-i18n/react": "0.2.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "tsup": "^6.0.0",
40
40
  "typescript": "^5.0.0",
41
- "@sheet-i18n/typescript-config": "1.1.0"
41
+ "@sheet-i18n/typescript-config": "1.1.1"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsup",