Skip to content

Commit

Permalink
Update as much as possible the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Apr 4, 2024
1 parent 9f4c7a0 commit 8900114
Show file tree
Hide file tree
Showing 13 changed files with 2,040 additions and 1,338 deletions.
40 changes: 10 additions & 30 deletions package.json
Expand Up @@ -19,12 +19,13 @@
},
"devDependencies": {
"@popperjs/core": "^2.11.7",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "^1.15.9",
"@sveltejs/adapter-static": "3.0.1",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/cli": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@zerodevx/svelte-toast": "^0.9.3",
"bootstrap": "^5.2.3",
"chart.js": "^4.3.0",
Expand All @@ -46,34 +47,13 @@
"ts-results-es": "^4.0.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.4.9"
"vite": "^4.5.3"
},
"flat": true,
"type": "module",
"resolutions": {
"tslib": "2.6.1",
"magic-string": "0.30.2",
"@jridgewell/sourcemap-codec": "1.4.15",
"glob-parent": "6.0.2",
"eslint-scope": "7.2.2",
"estraverse": "5.3.0",
"supports-color": "8.1.1",
"rimraf": "3.0.2",
"ansi-styles": "6.2.1",
"string-width": "5.1.2",
"strip-ansi": "7.1.0",
"wrap-ansi": "8.1.0",
"ansi-regex": "6.0.1",
"emoji-regex": "8.0.0",
"minimatch": "9.0.3",
"glob": "10.3.3",
"brace-expansion": "2.0.1",
"lru-cache": "10.0.0"
},
"dependencies": {
"emoji-regex": "^8.0.0",
"rimraf": "^3.0.2",
"string-width": "^5.1.2",
"supports-color": "^8.1.1"
"emoji-regex": "^10.3.0",
"rimraf": "^5.0.5",
"string-width": "^7.1.0",
"supports-color": "^9.4.0"
}
}

0 comments on commit 8900114

Please sign in to comment.