This commit is contained in:
Eric Liu 2020-11-20 17:29:00 -08:00
commit eaebf764cf
4 changed files with 83 additions and 38 deletions

View file

@ -1,6 +1,6 @@
{
"name": "carbon-components-svelte",
"version": "0.22.0",
"version": "0.23.0",
"license": "Apache-2.0",
"author": "IBM",
"description": "Svelte implementation of the Carbon Design System",
@ -30,20 +30,20 @@
"carbon-components-10.23": "npm:carbon-components@10.23.1",
"gh-pages": "^3.1.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.0",
"lint-staged": "^10.5.1",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.32",
"prettier": "^2.1.2",
"prettier": "^2.2.0",
"prettier-plugin-svelte": "^1.4.1",
"rollup": "^2.33.3",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^7.0.2",
"sveld": "^0.2.1",
"svelte": "^3.29.7",
"svelte-check": "^1.1.14",
"svelte-check": "^1.1.15",
"svelte-loader": "^2.13.6",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
},
"husky": {
"hooks": {