@vef-framework/dev 1.0.111 → 1.0.112
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/es/cli.js +1 -1
- package/es/commitlint-config.js +1 -1
- package/es/config.js +1 -1
- package/es/constants.js +1 -1
- package/es/eslint-config.js +1 -1
- package/es/index.js +1 -1
- package/es/json/monaco.nls.json.js +15920 -300
- package/es/json/monaco.theme.github-light.json.js +349 -1
- package/es/modules.d.js +1 -1
- package/es/plugin-app-config.js +1 -1
- package/es/plugin-conventional-config.js +1 -1
- package/es/plugin-eslint.js +1 -1
- package/es/plugin-html.js +1 -1
- package/es/plugin-icons.js +1 -1
- package/es/plugin-initialization.js +2 -2
- package/es/plugin-injection.js +1 -1
- package/es/plugin-inspect.js +1 -1
- package/es/plugin-monaco-nls.js +2 -2
- package/es/plugin-react-swc.js +1 -1
- package/es/plugin-router.js +1 -1
- package/es/plugin-stylelint.js +1 -1
- package/es/plugin-svgr.js +1 -1
- package/es/plugin-tailwind.js +1 -1
- package/es/plugin-tailwindcss.js +1 -1
- package/es/plugin-tsconfig-paths.js +1 -1
- package/es/plugin-visualizer.js +1 -1
- package/es/plugin-webfont.js +1 -1
- package/es/stylelint-config.js +1 -1
- package/es/tailwind-config.js +1 -1
- package/lib/cli.cjs +1 -1
- package/lib/commitlint-config.cjs +1 -1
- package/lib/config.cjs +1 -1
- package/lib/constants.cjs +1 -1
- package/lib/eslint-config.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/json/monaco.nls.json.cjs +15920 -300
- package/lib/json/monaco.theme.github-light.json.cjs +349 -1
- package/lib/modules.d.cjs +1 -1
- package/lib/plugin-app-config.cjs +1 -1
- package/lib/plugin-conventional-config.cjs +1 -1
- package/lib/plugin-eslint.cjs +1 -1
- package/lib/plugin-html.cjs +1 -1
- package/lib/plugin-icons.cjs +1 -1
- package/lib/plugin-initialization.cjs +2 -2
- package/lib/plugin-injection.cjs +1 -1
- package/lib/plugin-inspect.cjs +1 -1
- package/lib/plugin-monaco-nls.cjs +2 -2
- package/lib/plugin-react-swc.cjs +1 -1
- package/lib/plugin-router.cjs +1 -1
- package/lib/plugin-stylelint.cjs +1 -1
- package/lib/plugin-svgr.cjs +1 -1
- package/lib/plugin-tailwind.cjs +1 -1
- package/lib/plugin-tailwindcss.cjs +1 -1
- package/lib/plugin-tsconfig-paths.cjs +1 -1
- package/lib/plugin-visualizer.cjs +1 -1
- package/lib/plugin-webfont.cjs +1 -1
- package/lib/stylelint-config.cjs +1 -1
- package/lib/tailwind-config.cjs +1 -1
- package/lib/types.cjs +1 -1
- package/package.json +1 -1
- package/template/_package.json +5 -5
package/template/_package.json
CHANGED
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@tanstack/react-router": "^1.0.0",
|
|
21
|
-
"@vef-framework/components": "1.0.
|
|
22
|
-
"@vef-framework/core": "1.0.
|
|
23
|
-
"@vef-framework/hooks": "1.0.
|
|
24
|
-
"@vef-framework/shared": "1.0.
|
|
25
|
-
"@vef-framework/starter": "1.0.
|
|
21
|
+
"@vef-framework/components": "1.0.112",
|
|
22
|
+
"@vef-framework/core": "1.0.112",
|
|
23
|
+
"@vef-framework/hooks": "1.0.112",
|
|
24
|
+
"@vef-framework/shared": "1.0.112",
|
|
25
|
+
"@vef-framework/starter": "1.0.112",
|
|
26
26
|
"react": "18.3.1",
|
|
27
27
|
"react-dom": "18.3.1",
|
|
28
28
|
"zod": "^3.0.0"
|