@keeper-security/keeper-js-ui 0.3.1 → 0.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": "@keeper-security/keeper-js-ui",
3
- "version": "0.3.1",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "description": "React components built for accessibility, consistency, and speed.",
6
6
  "main": "dist/index.es.js",
@@ -17,13 +17,16 @@
17
17
  "url": "https://github.com/Keeper-Security/keeper-js-ui/issues"
18
18
  },
19
19
  "homepage": "https://github.com/Keeper-Security/keeper-js-ui#readme",
20
+ "engines": {
21
+ "node": "20"
22
+ },
20
23
  "scripts": {
21
24
  "storybook": "storybook dev -p 6006",
22
25
  "build": "tsc -b && vite build",
23
26
  "build:storybook": "storybook build",
24
27
  "start": "npm run storybook",
25
- "test": "npx playwright install --with-deps && npm run test:storybook",
26
- "test:ci": "npm run test:storybook",
28
+ "test": "npx playwright install --with-deps && npm run test:storybook --",
29
+ "test:ci": "npm run test:storybook --",
27
30
  "test:storybook": "test-storybook",
28
31
  "lint": "eslint . --report-unused-disable-directives --max-warnings 0",
29
32
  "format": "prettier . --write --ignore-unknown",
@@ -39,11 +42,12 @@
39
42
  "@radix-ui/react-separator": "^1.1.1",
40
43
  "@radix-ui/react-slot": "^1.1.1",
41
44
  "@radix-ui/react-switch": "^1.1.2",
45
+ "@radix-ui/react-toast": "^1.2.4",
42
46
  "class-variance-authority": "^0.7.1",
43
47
  "clsx": "^2.1.1",
44
48
  "lucide-react": "^0.453.0",
45
- "react": "^18.2.0",
46
- "react-dom": "^18.2.0",
49
+ "react": "^18.3.1",
50
+ "react-dom": "^18.3.1",
47
51
  "tailwind-merge": "^2.5.5",
48
52
  "tailwindcss-animate": "^1.0.7"
49
53
  },
@@ -74,6 +78,7 @@
74
78
  "@vitejs/plugin-react-swc": "^3.7.2",
75
79
  "@vitest/browser": "^2.1.8",
76
80
  "autoprefixer": "^10.4.20",
81
+ "axe-playwright": "^2.0.3",
77
82
  "commitizen": "^4.3.1",
78
83
  "cz-conventional-changelog": "^3.3.0",
79
84
  "eslint": "^9.17.0",
@@ -96,8 +101,8 @@
96
101
  "vitest": "^2.1.8"
97
102
  },
98
103
  "peerDependencies": {
99
- "react": "^18.2.0",
100
- "react-dom": "^18.2.0"
104
+ "react": "^18.3.1",
105
+ "react-dom": "^18.3.1"
101
106
  },
102
107
  "optionalDependencies": {
103
108
  "@rollup/rollup-linux-x64-gnu": "4.24.0"