@strapi/i18n 0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8 → 0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/i18n",
3
- "version": "0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8",
3
+ "version": "0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c",
4
4
  "description": "Create read and update content in different languages, both from the Admin Panel and from the API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,9 +53,9 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@reduxjs/toolkit": "1.9.7",
56
- "@strapi/design-system": "2.0.0-rc.9",
57
- "@strapi/icons": "2.0.0-rc.9",
58
- "@strapi/utils": "0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8",
56
+ "@strapi/design-system": "2.0.0-rc.10",
57
+ "@strapi/icons": "2.0.0-rc.10",
58
+ "@strapi/utils": "0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c",
59
59
  "lodash": "4.17.21",
60
60
  "qs": "6.11.1",
61
61
  "react-intl": "6.6.2",
@@ -63,11 +63,11 @@
63
63
  "yup": "0.32.9"
64
64
  },
65
65
  "devDependencies": {
66
- "@strapi/admin": "0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8",
67
- "@strapi/admin-test-utils": "0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8",
68
- "@strapi/content-manager": "0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8",
66
+ "@strapi/admin": "0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c",
67
+ "@strapi/admin-test-utils": "0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c",
68
+ "@strapi/content-manager": "0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c",
69
69
  "@strapi/pack-up": "5.0.0",
70
- "@strapi/types": "0.0.0-experimental.f2351bcfa3965c60f063a492da51faa2c636eee8",
70
+ "@strapi/types": "0.0.0-experimental.f6c00790e260ea5a9b6b86abac5fea02b05d569c",
71
71
  "@testing-library/react": "15.0.7",
72
72
  "@testing-library/user-event": "14.5.2",
73
73
  "msw": "1.3.0",
@@ -96,5 +96,5 @@
96
96
  "required": false,
97
97
  "kind": "plugin"
98
98
  },
99
- "gitHead": "f2351bcfa3965c60f063a492da51faa2c636eee8"
99
+ "gitHead": "f6c00790e260ea5a9b6b86abac5fea02b05d569c"
100
100
  }