@schematichq/schematic-react 0.2.0-rc.6 → 0.2.0-rc.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematichq/schematic-react",
3
- "version": "0.2.0-rc.6",
3
+ "version": "0.2.0-rc.8",
4
4
  "main": "dist/schematic-react.cjs.js",
5
5
  "module": "dist/schematic-react.esm.js",
6
6
  "types": "dist/schematic-react.d.ts",
@@ -34,6 +34,7 @@
34
34
  "@stripe/stripe-js": "^4.3.0",
35
35
  "lodash.merge": "^4.6.2",
36
36
  "pako": "^2.1.0",
37
+ "pluralize": "^8.0.0",
37
38
  "styled-components": "^6.1.13"
38
39
  },
39
40
  "devDependencies": {
@@ -43,6 +44,7 @@
43
44
  "@types/jest": "^29.5.12",
44
45
  "@types/lodash.merge": "^4.6.9",
45
46
  "@types/pako": "^2.0.3",
47
+ "@types/pluralize": "^0.0.33",
46
48
  "@types/react": "^18.2.79",
47
49
  "@types/react-dom": "^18.2.25",
48
50
  "@typescript-eslint/eslint-plugin": "^6.19.1",