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

Commit c2a1333

Browse files
author
TheComputerM
committed
chore: updated packages
1 parent b1e2542 commit c2a1333

File tree

5 files changed

+310
-308
lines changed

5 files changed

+310
-308
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
},
2323
"dependencies": {
2424
"husky": "^4.3.0",
25-
"lint-staged": "^10.5.1"
25+
"lint-staged": "^10.5.2"
2626
},
2727
"devDependencies": {
2828
"@commitlint/cli": "^11.0.0",
2929
"@commitlint/config-conventional": "^11.0.0",
3030
"babel-eslint": "^10.1.0",
3131
"concurrently": "^5.3.0",
32-
"eslint": "^7.13.0",
32+
"eslint": "^7.14.0",
3333
"eslint-config-airbnb-base": "^14.2.1",
3434
"eslint-plugin-import": "^2.22.1",
3535
"eslint-plugin-svelte3": "^2.7.3",
3636
"lerna": "^3.22.1",
37-
"prettier": "^2.1.2",
37+
"prettier": "^2.2.1",
3838
"prettier-plugin-package": "^1.3.0",
3939
"prettier-plugin-svelte": "^1.4.1",
40-
"stylelint": "^13.7.2",
40+
"stylelint": "^13.8.0",
4141
"stylelint-config-standard": "^20.0.0",
4242
"stylelint-scss": "^3.18.0",
43-
"svelte": "^3.29.7"
43+
"svelte": "^3.30.0"
4444
},
4545
"husky": {
4646
"hooks": {

packages/api-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@rollup/plugin-json": "^4.1.0",
1313
"globby": "^11.0.1",
1414
"json-format": "1.0.1",
15-
"rollup": "^2.33.2",
15+
"rollup": "^2.33.3",
1616
"rollup-plugin-terser": "^7.0.2",
17-
"sveltedoc-parser": "^3.0.4"
17+
"sveltedoc-parser": "^3.0.5"
1818
}
1919
}

packages/docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"svelte-materialify-api": "^0.3.3"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "^7.12.3",
20+
"@babel/core": "^7.12.9",
2121
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
2222
"@babel/plugin-transform-runtime": "^7.12.1",
23-
"@babel/preset-env": "^7.12.1",
23+
"@babel/preset-env": "^7.12.7",
2424
"@rollup/plugin-alias": "^3.1.1",
2525
"@rollup/plugin-babel": "^5.2.1",
2626
"@rollup/plugin-dynamic-import-vars": "^1.1.0",
2727
"@rollup/plugin-replace": "^2.3.4",
28-
"autoprefixer": "^10.0.2",
28+
"autoprefixer": "^10.0.4",
2929
"clipboard": "^2.0.6",
30-
"mdsvex": "^0.8.7",
31-
"postcss": "^8.1.7",
30+
"mdsvex": "^0.8.9",
31+
"postcss": "^8.1.10",
3232
"prism-svelte": "^0.4.7",
3333
"prismjs": "^1.22.0",
3434
"remark-autolink-headings": "^6.0.1",
@@ -37,11 +37,11 @@
3737
"remark-external-links": "^8.0.0",
3838
"remark-sectionize": "^1.1.1",
3939
"remark-slug": "^6.0.0",
40-
"rollup": "^2.33.2",
40+
"rollup": "^2.33.3",
4141
"sapper": "^0.28.10",
4242
"sass": "^1.28.0",
4343
"serve": "^11.3.2",
44-
"svelte": "^3.29.7",
45-
"svelte-preprocess": "^4.5.2"
44+
"svelte": "^3.30.0",
45+
"svelte-preprocess": "^4.6.1"
4646
}
4747
}

packages/svelte-materialify/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"svelte": ">=3.29.4"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.12.3",
48-
"@babel/preset-env": "^7.12.1",
47+
"@babel/core": "^7.12.9",
48+
"@babel/preset-env": "^7.12.7",
4949
"@rollup/plugin-commonjs": "^16.0.0",
5050
"@rollup/plugin-node-resolve": "^10.0.0",
5151
"@testing-library/jest-dom": "^5.11.6",
@@ -56,18 +56,18 @@
5656
"del": "^6.0.0",
5757
"glob": "^7.1.6",
5858
"jest": "^26.6.3",
59-
"postcss": "^8.1.7",
60-
"rollup": "^2.33.2",
59+
"postcss": "^8.1.10",
60+
"rollup": "^2.33.3",
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",
66-
"svelte": "^3.29.7",
67-
"svelte-check": "^1.1.12",
66+
"svelte": "^3.30.0",
67+
"svelte-check": "^1.1.17",
6868
"svelte-htm": "^1.1.1",
6969
"svelte-jester": "^1.1.5",
70-
"svelte-preprocess": "^4.5.1"
70+
"svelte-preprocess": "^4.6.1"
7171
},
7272
"types": "@types/index.d.ts",
7373
"svelte": "dist/index.js"

0 commit comments

Comments
 (0)