Skip to content

Commit b5f9333

Browse files
committed
chore: deps updated and pnpm 7.1.0
1 parent 348deac commit b5f9333

File tree

4 files changed

+598
-585
lines changed

4 files changed

+598
-585
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '16.x'
2020

2121
- run: npm install -g pnpm
22-
- run: pnpm install --frozen-lockfile
22+
- run: pnpm install --no-frozen-lockfile
2323
- run: pnpm format
2424
- run: pnpm lint
2525
- run: pnpm build

.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
pnpx --no -- commitlint --edit "$1"
4+
pnpm dlx commitlint --edit "$1"

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs.sveltin.io",
33
"version": "0.1.1",
4-
"packageManager": "pnpm@6.31.0",
4+
"packageManager": "pnpm@7.1.0",
55
"scripts": {
66
"dev": "svelte-kit dev",
77
"clean": "rimraf build",
@@ -14,43 +14,43 @@
1414
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
1515
},
1616
"devDependencies": {
17-
"@commitlint/cli": "^16.2.3",
18-
"@commitlint/config-conventional": "^16.2.1",
19-
"@indaco/svelte-iconoir": "^2.3.0",
20-
"@sveltejs/adapter-static": "1.0.0-next.29",
21-
"@sveltejs/kit": "1.0.0-next.305",
17+
"@commitlint/cli": "^17.0.0",
18+
"@commitlint/config-conventional": "^17.0.0",
19+
"@indaco/svelte-iconoir": "^2.4.0",
20+
"@sveltejs/adapter-static": "1.0.0-next.30",
21+
"@sveltejs/kit": "1.0.0-next.321",
2222
"@sveltinio/essentials": "^0.2.0",
2323
"@sveltinio/seo": "^0.1.5",
2424
"@sveltinio/services": "^0.3.0",
25-
"@sveltinio/widgets": "^0.1.5",
25+
"@sveltinio/widgets": "^0.1.6",
2626
"@tailwindcss/aspect-ratio": "^0.4.0",
27-
"@tailwindcss/line-clamp": "^0.3.1",
27+
"@tailwindcss/line-clamp": "^0.4.0",
2828
"@tailwindcss/typography": "^0.5.2",
2929
"@types/gtag.js": "^0.0.8",
3030
"@types/lodash-es": "^4.17.6",
31-
"@types/node": "^17.0.23",
32-
"@typescript-eslint/eslint-plugin": "^5.17.0",
33-
"@typescript-eslint/parser": "^5.17.0",
31+
"@types/node": "^17.0.33",
32+
"@typescript-eslint/eslint-plugin": "^5.23.0",
33+
"@typescript-eslint/parser": "^5.23.0",
3434
"ajv": "^8.11.0",
35-
"autoprefixer": "^10.4.4",
35+
"autoprefixer": "^10.4.7",
3636
"cssnano": "^5.1.7",
37-
"dayjs": "^1.11.0",
38-
"eslint": "^8.12.0",
37+
"dayjs": "^1.11.2",
38+
"eslint": "^8.15.0",
3939
"eslint-config-prettier": "^8.5.0",
40-
"eslint-plugin-svelte3": "^3.4.1",
40+
"eslint-plugin-svelte3": "^4.0.0",
4141
"husky": "^7.0.4",
4242
"install": "^0.13.0",
4343
"lodash-es": "^4.17.21",
4444
"mdast-util-to-string": "^3.1.0",
4545
"mdsvex": "^0.10.5",
4646
"mdsvex-relative-images": "^1.0.2",
47-
"postcss": "^8.4.12",
47+
"postcss": "^8.4.13",
4848
"postcss-import": "^14.1.0",
4949
"postcss-load-config": "^3.1.4",
5050
"postcss-nested": "^5.0.6",
5151
"prettier": "^2.6.2",
52-
"prettier-plugin-svelte": "^2.6.0",
53-
"prettier-plugin-tailwindcss": "^0.1.8",
52+
"prettier-plugin-svelte": "^2.7.0",
53+
"prettier-plugin-tailwindcss": "^0.1.11",
5454
"rehype-autolink-headings": "^6.1.1",
5555
"rehype-slug": "^5.0.1",
5656
"remark-emoji": "^3.0.2",
@@ -59,12 +59,12 @@
5959
"remark-reading-time": "1.0.1",
6060
"remark-slug": "^7.0.1",
6161
"rimraf": "^3.0.2",
62-
"svelte": "^3.46.6",
63-
"svelte-check": "^2.4.6",
64-
"svelte-preprocess": "^4.10.5",
65-
"tailwindcss": "^3.0.23",
66-
"tslib": "^2.3.1",
67-
"typescript": "^4.6.3",
62+
"svelte": "^3.48.0",
63+
"svelte-check": "^2.7.1",
64+
"svelte-preprocess": "^4.10.6",
65+
"tailwindcss": "^3.0.24",
66+
"tslib": "^2.4.0",
67+
"typescript": "^4.6.4",
6868
"unist-util-visit": "^4.1.0"
6969
},
7070
"type": "module"

0 commit comments

Comments
 (0)