@iadvize-oss/hello-world
Advanced tools
Comparing version 0.1.11-canary-d4f8f3c-1592673197203 to 0.1.11-canary-e2437aa-1592675720972
@@ -10,2 +10,7 @@ # Changelog | ||
### Changed | ||
- update libs | ||
- move remark out of package.json | ||
## [0.1.11] | ||
@@ -12,0 +17,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.1.11-canary-d4f8f3c-1592673197203", | ||
"version": "0.1.11-canary-e2437aa-1592675720972", | ||
"description": "Say hello", | ||
@@ -37,17 +37,15 @@ "main": "dist/index.js", | ||
"@iadvize-oss/eslint-config-jest": "0.0.5", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@types/jest": "^25.1.3", | ||
"@rollup/plugin-commonjs": "^13.0.0", | ||
"@types/jest": "^26.0.0", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.1.0", | ||
"remark-cli": "^7.0.1", | ||
"rollup": "^1.31.1", | ||
"rollup-plugin-multi-input": "^1.0.3", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"ts-jest": "^25.2.1", | ||
"tslib": "^1.10.0", | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.7.5" | ||
"jest": "^26.0.1", | ||
"rollup": "^2.17.1", | ||
"rollup-plugin-multi-input": "^1.1.1", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"ts-jest": "^26.1.0", | ||
"tslib": "^2.0.0", | ||
"typedoc": "^0.17.7", | ||
"typescript": "^3.9.5" | ||
} | ||
} |
14
9993