@ngrok/mantle 0.0.1-alpha.6 → 0.0.1-alpha.8

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +9 -4
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @ngrok/mantle v0.0.1-alpha.6
2
+ * @ngrok/mantle v0.0.1-alpha.8
3
3
  *
4
4
  * Copyright (c) ngrok.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngrok/mantle",
3
- "version": "0.0.1-alpha.6",
3
+ "version": "0.0.1-alpha.8",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "browserslist": [
@@ -36,11 +36,8 @@
36
36
  "clsx": "2.0.0",
37
37
  "isbot": "3.7.1",
38
38
  "lucide-react": "0.292.0",
39
- "react": "18.2.0",
40
- "react-dom": "18.2.0",
41
39
  "react-syntax-highlighter": "15.5.0",
42
40
  "tailwind-merge": "2.0.0",
43
- "tailwindcss": "3.3.5",
44
41
  "tailwindcss-animate": "1.0.7",
45
42
  "tiny-invariant": "1.3.1"
46
43
  },
@@ -85,17 +82,25 @@
85
82
  "postcss": "8.4.31",
86
83
  "prettier": "3.1.0",
87
84
  "prettier-plugin-tailwindcss": "0.5.7",
85
+ "react": "18.2.0",
86
+ "react-dom": "18.2.0",
88
87
  "rollup": "4.5.1",
89
88
  "rollup-plugin-copy": "3.5.0",
90
89
  "rollup-plugin-dts": "6.1.0",
91
90
  "rollup-plugin-extensions": "0.1.0",
92
91
  "storybook": "7.5.3",
92
+ "tailwindcss": "3.3.5",
93
93
  "typescript": "5.3.2",
94
94
  "vite": "5.0.2",
95
95
  "vite-tsconfig-paths": "4.2.1",
96
96
  "vitest": "0.34.6",
97
97
  "vitest-dom": "0.1.1"
98
98
  },
99
+ "peerDependencies": {
100
+ "react": ">=18.2.0",
101
+ "react-dom": ">=18.2.0",
102
+ "tailwindcss": ">=3.3.5"
103
+ },
99
104
  "scripts": {
100
105
  "build-storybook": "pnpm run cmd:storybook build",
101
106
  "build": "remix build",