@skyvexsoftware/stratos-sdk 0.11.0 → 0.11.1

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": "@skyvexsoftware/stratos-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Plugin SDK for Stratos — types, hooks, and UI components",
5
5
  "author": {
6
6
  "name": "Skyvex Software Pty Ltd",
@@ -105,7 +105,7 @@
105
105
  "vite": "^7.0.0"
106
106
  },
107
107
  "dependencies": {
108
- "axios": "^1.15.0",
108
+ "axios": "^1.17.0",
109
109
  "clsx": "^2.1.1",
110
110
  "magic-string": "^0.30.21",
111
111
  "tailwind-merge": "^3.2.0"
@@ -126,10 +126,10 @@
126
126
  "@types/react": "^19.1.2",
127
127
  "@types/react-dom": "^19.1.2",
128
128
  "@vitejs/plugin-react": "^5.1.4",
129
- "react-dom": "^19.0.0",
130
129
  "class-variance-authority": "^0.7.1",
131
130
  "cmdk": "^1.1.1",
132
131
  "lucide-react": "^0.577.0",
132
+ "react-dom": "^19.0.0",
133
133
  "socket.io-client": "^4.8.3",
134
134
  "typescript": "^5.8.3",
135
135
  "vite": "^7.3.1"