Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
chore: updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerM committed Nov 29, 2020
1 parent b1e2542 commit c2a1333
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 308 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
},
"dependencies": {
"husky": "^4.3.0",
"lint-staged": "^10.5.1"
"lint-staged": "^10.5.2"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"babel-eslint": "^10.1.0",
"concurrently": "^5.3.0",
"eslint": "^7.13.0",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-svelte3": "^2.7.3",
"lerna": "^3.22.1",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"prettier-plugin-package": "^1.3.0",
"prettier-plugin-svelte": "^1.4.1",
"stylelint": "^13.7.2",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"svelte": "^3.29.7"
"svelte": "^3.30.0"
},
"husky": {
"hooks": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@rollup/plugin-json": "^4.1.0",
"globby": "^11.0.1",
"json-format": "1.0.1",
"rollup": "^2.33.2",
"rollup": "^2.33.3",
"rollup-plugin-terser": "^7.0.2",
"sveltedoc-parser": "^3.0.4"
"sveltedoc-parser": "^3.0.5"
}
}
16 changes: 8 additions & 8 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"svelte-materialify-api": "^0.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-dynamic-import-vars": "^1.1.0",
"@rollup/plugin-replace": "^2.3.4",
"autoprefixer": "^10.0.2",
"autoprefixer": "^10.0.4",
"clipboard": "^2.0.6",
"mdsvex": "^0.8.7",
"postcss": "^8.1.7",
"mdsvex": "^0.8.9",
"postcss": "^8.1.10",
"prism-svelte": "^0.4.7",
"prismjs": "^1.22.0",
"remark-autolink-headings": "^6.0.1",
Expand All @@ -37,11 +37,11 @@
"remark-external-links": "^8.0.0",
"remark-sectionize": "^1.1.1",
"remark-slug": "^6.0.0",
"rollup": "^2.33.2",
"rollup": "^2.33.3",
"sapper": "^0.28.10",
"sass": "^1.28.0",
"serve": "^11.3.2",
"svelte": "^3.29.7",
"svelte-preprocess": "^4.5.2"
"svelte": "^3.30.0",
"svelte-preprocess": "^4.6.1"
}
}
14 changes: 7 additions & 7 deletions packages/svelte-materialify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"svelte": ">=3.29.4"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@testing-library/jest-dom": "^5.11.6",
Expand All @@ -56,18 +56,18 @@
"del": "^6.0.0",
"glob": "^7.1.6",
"jest": "^26.6.3",
"postcss": "^8.1.7",
"rollup": "^2.33.2",
"postcss": "^8.1.10",
"rollup": "^2.33.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-svelte": "^6.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.28.0",
"standard-changelog": "^2.0.24",
"svelte": "^3.29.7",
"svelte-check": "^1.1.12",
"svelte": "^3.30.0",
"svelte-check": "^1.1.17",
"svelte-htm": "^1.1.1",
"svelte-jester": "^1.1.5",
"svelte-preprocess": "^4.5.1"
"svelte-preprocess": "^4.6.1"
},
"types": "@types/index.d.ts",
"svelte": "dist/index.js"
Expand Down
Loading

0 comments on commit c2a1333

Please sign in to comment.