@magidoc/plugin-starter-common
Advanced tools
Comparing version 3.6.0 to 3.6.2
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "3.6.0", | ||
"version": "3.6.2", | ||
"type": "module", | ||
@@ -22,12 +22,12 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/lodash": "^4.14.191", | ||
"@types/node": "^18.15.9", | ||
"@vitest/coverage-c8": "^0.29.7", | ||
"@rollup/plugin-typescript": "^11.1.0", | ||
"@types/lodash": "^4.14.194", | ||
"@types/node": "^18.15.11", | ||
"@vitest/coverage-c8": "^0.30.1", | ||
"lodash": "^4.17.21", | ||
"rollup": "^3.20.2", | ||
"rollup": "^3.20.6", | ||
"tslib": "^2.5.0", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.2.1", | ||
"vitest": "^0.29.7" | ||
"typescript": "^5.0.4", | ||
"vite": "^4.2.2", | ||
"vitest": "^0.30.1" | ||
}, | ||
@@ -41,3 +41,3 @@ "optionalDependencies": { | ||
"dependencies": { | ||
"@magidoc/plugin-starter-variables": "^3.6.0" | ||
"@magidoc/plugin-starter-variables": "^3.6.2" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
# Magidoc Starter Common | ||
This is an internal Magidoc shared library used for sharing code between different starters. You most likely never will need to use this library directly. | ||
This is a Magidoc shared library used for sharing code between different starters. |
3101
2