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

Commit 1b552df

Browse files
author
TheComputerM
committed
chore: updated packages
1 parent 998c3a2 commit 1b552df

File tree

5 files changed

+410
-379
lines changed

5 files changed

+410
-379
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"husky": "^4.3.0",
25-
"lint-staged": "^10.5.0"
25+
"lint-staged": "^10.5.1"
2626
},
2727
"devDependencies": {
2828
"@commitlint/cli": "^11.0.0",

packages/api-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rollup/plugin-json": "^4.1.0",
1313
"globby": "^11.0.1",
1414
"json-format": "1.0.1",
15-
"rollup": "^2.32.1",
15+
"rollup": "^2.33.1",
1616
"rollup-plugin-terser": "^7.0.2",
1717
"sveltedoc-parser": "^3.0.4"
1818
}

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rollup/plugin-replace": "^2.3.4",
2828
"autoprefixer": "^10.0.1",
2929
"mdsvex": "^0.8.7",
30-
"postcss": "^8.1.3",
30+
"postcss": "^8.1.4",
3131
"prism-svelte": "^0.4.7",
3232
"prismjs": "^1.22.0",
3333
"remark-autolink-headings": "^6.0.1",
@@ -36,7 +36,7 @@
3636
"remark-external-links": "^8.0.0",
3737
"remark-sectionize": "^1.1.1",
3838
"remark-slug": "^6.0.0",
39-
"rollup": "^2.32.1",
39+
"rollup": "^2.33.1",
4040
"sapper": "^0.28.10",
4141
"sass": "^1.28.0",
4242
"serve": "^11.3.2",

packages/svelte-materialify/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@
5050
"@rollup/plugin-node-resolve": "^10.0.0",
5151
"@testing-library/jest-dom": "^5.11.5",
5252
"@testing-library/svelte": "^3.0.0",
53-
"babel-jest": "^26.6.1",
53+
"babel-jest": "^26.6.3",
5454
"concurrently": "^5.3.0",
55+
"cssnano": "4.1.10",
5556
"del": "^6.0.0",
5657
"glob": "^7.1.6",
57-
"jest": "^26.6.1",
58-
"postcss": "^8.1.3",
59-
"cssnano": "4.1.10",
60-
"rollup": "^2.32.1",
58+
"jest": "^26.6.3",
59+
"postcss": "^8.1.4",
60+
"rollup": "^2.33.1",
6161
"rollup-plugin-bundle-size": "^1.0.3",
6262
"rollup-plugin-svelte": "^6.1.0",
6363
"rollup-plugin-terser": "^7.0.2",
6464
"sass": "^1.28.0",
6565
"standard-changelog": "^2.0.24",
6666
"svelte": "^3.29.4",
67-
"svelte-check": "^1.1.6",
67+
"svelte-check": "^1.1.7",
6868
"svelte-htm": "^1.1.1",
6969
"svelte-jester": "^1.1.5",
7070
"svelte-preprocess": "^4.5.1"

0 commit comments

Comments
 (0)