@performant-software/user-defined-fields 1.2.0-beta.8 → 1.2.0-beta.9

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@performant-software/user-defined-fields",
3
- "version": "1.2.0-beta.8",
3
+ "version": "1.2.0-beta.9",
4
4
  "description": "A package of components used for allowing end users to define fields on models. Use with the \"user_defined_fields\" gem.",
5
5
  "license": "MIT",
6
6
  "main": "./build/index.js",
@@ -9,8 +9,8 @@
9
9
  "build": "webpack --mode production && flow-copy-source -v src types"
10
10
  },
11
11
  "dependencies": {
12
- "@performant-software/semantic-components": "^1.2.0-beta.8",
13
- "@performant-software/shared-components": "^1.2.0-beta.8",
12
+ "@performant-software/semantic-components": "^1.2.0-beta.9",
13
+ "@performant-software/shared-components": "^1.2.0-beta.9",
14
14
  "i18next": "^21.9.1",
15
15
  "semantic-ui-react": "^2.1.2",
16
16
  "underscore": "^1.13.2"