@aws-amplify/ui-react 2.2.1 → 2.5.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react",
3
- "version": "2.2.1",
3
+ "version": "2.5.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {
@@ -39,7 +39,7 @@
39
39
  "eslint:primitives": "eslint ./src/primitives --ext .js,.ts,.tsx",
40
40
  "update:icons": "node scripts/updateIcons.js",
41
41
  "build:icons": "yarn run clean:icons && node scripts/generateIcons.js",
42
- "clean": "rimraf dist",
42
+ "clean": "rimraf dist node_modules",
43
43
  "clean:icons": "rimraf ./src/primitives/Icon/icons",
44
44
  "primitives:new": "hygen primitives new",
45
45
  "lint": "tsc --noEmit && yarn eslint:primitives",
@@ -49,7 +49,7 @@
49
49
  "test:unit:watch": "jest --watch"
50
50
  },
51
51
  "dependencies": {
52
- "@aws-amplify/ui": "3.0.11",
52
+ "@aws-amplify/ui": "3.0.14",
53
53
  "@aws-amplify/ui-react-v1": "npm:@aws-amplify/ui-react@1.2.9",
54
54
  "@radix-ui/react-accordion": "0.1.1",
55
55
  "@radix-ui/react-dropdown-menu": "0.1.1",
@@ -84,6 +84,7 @@
84
84
  "hygen": "^6.1.0",
85
85
  "jest": "^27.0.4",
86
86
  "jest-matchmedia-mock": "^1.1.0",
87
+ "react-router-dom": "^6.2.1",
87
88
  "rimraf": "^3.0.2",
88
89
  "ts-jest": "^27.0.3",
89
90
  "ts-morph": "^12.0.0",