Skip to content

Commit 17fac05

Browse files
Merge pull request #3 from PascalHonegger/upgrade-to-stable
Upgrade to stable
2 parents 208b76c + b41129c commit 17fac05

File tree

6 files changed

+503
-484
lines changed

6 files changed

+503
-484
lines changed

.github/workflows/honegger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache: pnpm
5555
- run: pnpm install --frozen-lockfile
5656
- name: 'Qodana JS Scan'
57-
uses: JetBrains/qodana-action@v2022.2.4
57+
uses: JetBrains/qodana-action@v2022.3.2
5858
with:
5959
args: '--linter,jetbrains/qodana-js'
6060
artifact-name: 'qodana-js-report'

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
},
1616
"devDependencies": {
1717
"@fortawesome/fontawesome-free": "^6.2.1",
18-
"@playwright/test": "^1.28.1",
19-
"@poppanator/sveltekit-svg": "^1.1.1",
20-
"@sveltejs/adapter-static": "next",
21-
"@sveltejs/kit": "next",
22-
"@typescript-eslint/eslint-plugin": "^5.45.0",
23-
"@typescript-eslint/parser": "^5.45.0",
18+
"@playwright/test": "^1.30.0",
19+
"@poppanator/sveltekit-svg": "^2.1.1",
20+
"@sveltejs/adapter-static": "^1.0.5",
21+
"@sveltejs/kit": "^1.3.2",
22+
"@typescript-eslint/eslint-plugin": "^5.49.0",
23+
"@typescript-eslint/parser": "^5.49.0",
2424
"autoprefixer": "^10.4.13",
25-
"eslint": "^8.29.0",
26-
"eslint-config-prettier": "^8.5.0",
25+
"eslint": "^8.32.0",
26+
"eslint-config-prettier": "^8.6.0",
2727
"eslint-plugin-svelte3": "^4.0.0",
28-
"postcss": "^8.4.19",
29-
"prettier": "^2.8.0",
30-
"prettier-plugin-svelte": "^2.8.1",
31-
"svelte": "^3.53.1",
32-
"svelte-check": "^2.10.0",
33-
"svelte-preprocess": "^4.10.7",
28+
"postcss": "^8.4.21",
29+
"prettier": "^2.8.3",
30+
"prettier-plugin-svelte": "^2.9.0",
31+
"svelte": "^3.55.1",
32+
"svelte-check": "^3.0.3",
33+
"svelte-preprocess": "^5.0.1",
3434
"tailwindcss": "^3.2.4",
35-
"tslib": "^2.4.1",
36-
"typescript": "^4.9.3",
37-
"vite": "^3.2.4"
35+
"tslib": "^2.5.0",
36+
"typescript": "^4.9.4",
37+
"vite": "^4.0.4"
3838
},
3939
"type": "module",
4040
"engines": {

0 commit comments

Comments
 (0)