react-intlayer 5.7.2-canary.3 → 5.7.3

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 (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-intlayer",
3
- "version": "5.7.2-canary.3",
3
+ "version": "5.7.3",
4
4
  "private": false,
5
5
  "description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
6
6
  "keywords": [
@@ -69,11 +69,11 @@
69
69
  ],
70
70
  "dependencies": {
71
71
  "js-cookie": "^3.0.5",
72
- "@intlayer/api": "5.7.2-canary.3",
73
- "@intlayer/config": "5.7.2-canary.3",
74
- "@intlayer/core": "5.7.2-canary.3",
75
- "@intlayer/editor-react": "5.7.2-canary.3",
76
- "@intlayer/dictionaries-entry": "5.7.2-canary.3"
72
+ "@intlayer/api": "5.7.3",
73
+ "@intlayer/config": "5.7.3",
74
+ "@intlayer/core": "5.7.3",
75
+ "@intlayer/dictionaries-entry": "5.7.3",
76
+ "@intlayer/editor-react": "5.7.3"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@craco/types": "^7.1.0",
@@ -92,20 +92,20 @@
92
92
  "uuid": "^11.1.0",
93
93
  "vitest": "^3.2.2",
94
94
  "@utils/eslint-config": "1.0.4",
95
- "@utils/ts-config-types": "1.0.4",
96
95
  "@utils/ts-config": "1.0.4",
96
+ "@utils/ts-config-types": "1.0.4",
97
97
  "@utils/tsup-config": "1.0.4",
98
- "@intlayer/backend": "5.7.2-canary.3"
98
+ "@intlayer/backend": "5.7.3"
99
99
  },
100
100
  "peerDependencies": {
101
101
  "react": ">=16.0.0",
102
102
  "react-dom": ">=16.0.0",
103
- "@intlayer/api": "5.7.2-canary.3",
104
- "@intlayer/config": "5.7.2-canary.3",
105
- "@intlayer/dictionaries-entry": "5.7.2-canary.3",
106
- "@intlayer/core": "5.7.2-canary.3",
107
- "@intlayer/editor-react": "5.7.2-canary.3",
108
- "intlayer": "5.7.2-canary.3"
103
+ "@intlayer/api": "5.7.3",
104
+ "@intlayer/config": "5.7.3",
105
+ "@intlayer/dictionaries-entry": "5.7.3",
106
+ "@intlayer/editor-react": "5.7.3",
107
+ "@intlayer/core": "5.7.3",
108
+ "intlayer": "5.7.3"
109
109
  },
110
110
  "engines": {
111
111
  "node": ">=14.18"
@@ -114,7 +114,8 @@
114
114
  "url": "https://github.com/aymericzip/intlayer/issues"
115
115
  },
116
116
  "scripts": {
117
- "build": "pnpm build:package & pnpm build:types",
117
+ "build": "pnpm clean & pnpm build:ci",
118
+ "build:ci": "pnpm build:package & pnpm build:types",
118
119
  "build:package": "tsup",
119
120
  "build:types": "tsc --project ./tsconfig.types.json && tsc-alias --project ./tsconfig.types.json",
120
121
  "clean": "rimraf ./dist",
@@ -123,7 +124,6 @@
123
124
  "lint:fix": "eslint . --cache --fix",
124
125
  "prettier": "prettier . --check",
125
126
  "prettier:fix": "prettier . --write",
126
- "reset": "pnpm clean & pnpm build",
127
127
  "test": "vitest run",
128
128
  "test:watch": "vitest",
129
129
  "typecheck": "tsup --project ./tsconfig.json --noEmit"