opencode-skills-collection 1.0.174 → 1.0.175
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.
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@types/react-dom": "^19.2.3",
|
|
18
18
|
"@vitejs/plugin-react": "^4.7.0",
|
|
19
19
|
"typescript": "^5.9.3",
|
|
20
|
-
"vite": "^7.
|
|
20
|
+
"vite": "^7.3.2"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"node_modules/@babel/code-frame": {
|
|
@@ -1733,9 +1733,9 @@
|
|
|
1733
1733
|
}
|
|
1734
1734
|
},
|
|
1735
1735
|
"node_modules/vite": {
|
|
1736
|
-
"version": "7.3.
|
|
1737
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.
|
|
1738
|
-
"integrity": "sha512-
|
|
1736
|
+
"version": "7.3.2",
|
|
1737
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz",
|
|
1738
|
+
"integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==",
|
|
1739
1739
|
"dev": true,
|
|
1740
1740
|
"license": "MIT",
|
|
1741
1741
|
"dependencies": {
|
package/package.json
CHANGED