Skip to content

Commit

Permalink
Update and migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Oct 5, 2024
1 parent 0be2d3e commit c571669
Show file tree
Hide file tree
Showing 7 changed files with 480 additions and 348 deletions.
13 changes: 7 additions & 6 deletions framerail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
},
"devDependencies": {
"@playwright/test": "^1.47.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/accept-language-parser": "^1.5.6",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.0",
Expand All @@ -36,17 +37,17 @@
"stylelint-config-recess-order": "^5.1.1",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next",
"@sveltejs/adapter-node": "^5.2.5",
"@sveltejs/kit": "^2.6.1",
"accept-language-parser": "^1.5.0",
"json-rpc-2.0": "^1.7.0",
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.7.0",
"vite": "^4.5.3"
"vite": "^5.4.8"
}
}
Loading

0 comments on commit c571669

Please sign in to comment.