@ngrok/mantle 0.0.4 → 0.0.6

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
@@ -3,7 +3,7 @@
3
3
  "description": "mantle is ngrok's UI library and design system.",
4
4
  "author": "ngrok",
5
5
  "license": "MIT",
6
- "version": "0.0.4",
6
+ "version": "0.0.6",
7
7
  "homepage": "https://mantle.ngrok.com",
8
8
  "repository": {
9
9
  "type": "git",
@@ -28,88 +28,86 @@
28
28
  "node": ">=20.0.0"
29
29
  },
30
30
  "dependencies": {
31
+ "@phosphor-icons/react": "2.0.15",
31
32
  "@radix-ui/react-dialog": "1.0.5",
32
33
  "@radix-ui/react-dropdown-menu": "2.0.6",
33
- "@radix-ui/react-icons": "1.3.0",
34
34
  "@radix-ui/react-popover": "1.0.7",
35
35
  "@radix-ui/react-select": "2.0.0",
36
36
  "@radix-ui/react-slot": "1.0.2",
37
37
  "@radix-ui/react-tooltip": "1.0.7",
38
- "@remix-run/css-bundle": "2.3.1",
39
- "@remix-run/node": "2.3.1",
40
- "@remix-run/react": "2.3.1",
41
- "@remix-run/serve": "2.3.1",
38
+ "@remix-run/css-bundle": "2.5.1",
39
+ "@remix-run/node": "2.5.1",
40
+ "@remix-run/react": "2.5.1",
41
+ "@remix-run/serve": "2.5.1",
42
42
  "@uidotdev/usehooks": "2.4.1",
43
- "@vercel/remix": "2.2.0",
44
43
  "class-variance-authority": "0.7.0",
45
- "clsx": "2.0.0",
46
- "isbot": "3.7.1",
47
- "lucide-react": "0.294.0",
44
+ "clsx": "2.1.0",
45
+ "isbot": "4.4.0",
48
46
  "prismjs": "1.29.0",
49
- "tailwind-merge": "2.1.0",
47
+ "tailwind-merge": "2.2.1",
50
48
  "tiny-invariant": "1.3.1"
51
49
  },
52
50
  "devDependencies": {
53
51
  "@commander-js/extra-typings": "11.1.0",
54
52
  "@ianvs/prettier-plugin-sort-imports": "4.1.1",
55
- "@parcel/packager-ts": "2.10.3",
56
- "@parcel/transformer-typescript-types": "2.10.3",
57
- "@remix-run/dev": "2.3.1",
58
- "@remix-run/eslint-config": "2.3.1",
59
- "@storybook/addon-essentials": "7.6.3",
60
- "@storybook/addon-interactions": "7.6.3",
61
- "@storybook/addon-links": "7.6.3",
62
- "@storybook/addon-onboarding": "1.0.9",
53
+ "@parcel/packager-ts": "2.11.0",
54
+ "@parcel/transformer-typescript-types": "2.11.0",
55
+ "@remix-run/dev": "2.5.1",
56
+ "@remix-run/eslint-config": "2.5.1",
57
+ "@storybook/addon-essentials": "7.6.12",
58
+ "@storybook/addon-interactions": "7.6.12",
59
+ "@storybook/addon-links": "7.6.12",
60
+ "@storybook/addon-onboarding": "1.0.11",
63
61
  "@storybook/addon-styling": "1.3.7",
64
- "@storybook/blocks": "7.6.3",
65
- "@storybook/builder-vite": "7.6.3",
66
- "@storybook/react": "7.6.3",
67
- "@storybook/react-vite": "7.6.3",
62
+ "@storybook/blocks": "7.6.12",
63
+ "@storybook/builder-vite": "7.6.12",
64
+ "@storybook/react": "7.6.12",
65
+ "@storybook/react-vite": "7.6.12",
68
66
  "@storybook/testing-library": "0.2.2",
69
- "@testing-library/react": "14.1.2",
70
- "@testing-library/user-event": "14.5.1",
71
- "@types/lodash.camelcase": "4.3.9",
72
- "@types/node": "20.10.3",
67
+ "@testing-library/react": "14.2.0",
68
+ "@testing-library/user-event": "14.5.2",
69
+ "@types/node": "20.11.16",
73
70
  "@types/prismjs": "1.26.3",
74
- "@types/react": "18.2.41",
75
- "@types/react-dom": "18.2.17",
76
- "@typescript-eslint/eslint-plugin": "6.13.2",
77
- "@typescript-eslint/parser": "6.13.2",
78
- "@vitejs/plugin-react-swc": "3.5.0",
79
- "@vitest/ui": "1.0.0",
80
- "autoprefixer": "10.4.16",
81
- "browserslist": "4.22.2",
71
+ "@types/react": "18.2.51",
72
+ "@types/react-dom": "18.2.18",
73
+ "@typescript-eslint/eslint-plugin": "6.20.0",
74
+ "@typescript-eslint/parser": "6.20.0",
75
+ "@vitejs/plugin-react-swc": "3.6.0",
76
+ "@vitest/ui": "1.2.2",
77
+ "autoprefixer": "10.4.17",
78
+ "browserslist": "4.22.3",
82
79
  "commander": "11.1.0",
83
80
  "copyfiles": "2.4.1",
81
+ "eslint": "8.56.0",
84
82
  "eslint-config-prettier": "9.1.0",
85
- "eslint-plugin-react-hooks": "4.6.0",
86
83
  "eslint-plugin-react": "7.33.2",
84
+ "eslint-plugin-react-hooks": "4.6.0",
87
85
  "eslint-plugin-storybook": "0.6.15",
88
- "eslint": "8.55.0",
89
86
  "fast-glob": "3.3.2",
90
- "jsdom": "22.1.0",
91
- "lodash.camelcase": "4.3.0",
92
- "parcel": "2.10.3",
93
- "postcss": "8.4.32",
94
- "prettier-plugin-tailwindcss": "0.5.7",
95
- "prettier": "3.1.0",
96
- "react-dom": "18.2.0",
87
+ "jsdom": "23.2.0",
88
+ "parcel": "2.11.0",
89
+ "postcss": "8.4.33",
90
+ "prettier": "3.2.4",
91
+ "prettier-plugin-tailwindcss": "0.5.11",
97
92
  "react": "18.2.0",
98
- "storybook": "7.6.3",
93
+ "react-dom": "18.2.0",
94
+ "storybook": "7.6.12",
95
+ "tailwindcss": "3.4.1",
99
96
  "tailwindcss-animate": "1.0.7",
100
- "tailwindcss": "3.3.5",
101
- "tsx": "4.6.2",
102
- "typescript": "5.3.2",
103
- "vite-tsconfig-paths": "4.2.1",
104
- "vite": "5.0.5",
105
- "vitest": "1.0.0",
106
- "vitest-dom": "0.1.1"
97
+ "tsx": "4.7.0",
98
+ "typescript": "5.3.3",
99
+ "vite": "5.0.12",
100
+ "vite-tsconfig-paths": "4.3.1",
101
+ "vitest": "1.2.2",
102
+ "vitest-dom": "0.1.1",
103
+ "zod": "3.22.4"
107
104
  },
108
105
  "peerDependencies": {
109
- "@types/react": "^18",
110
- "@types/react-dom": "^18",
111
- "react": "^18",
112
- "react-dom": "^18"
106
+ "@types/react": "^18.2.0",
107
+ "@types/react-dom": "^18.2.0",
108
+ "react": "^18.2.0",
109
+ "react-dom": "^18.2.0",
110
+ "zod": "^3.22.4"
113
111
  },
114
112
  "scripts": {
115
113
  "build-storybook": "pnpm run cmd:storybook build",