Upgrade packages
This commit is contained in:
parent
1a2a86de42
commit
2946026c02
2 changed files with 1350 additions and 721 deletions
2059
package-lock.json
generated
2059
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -46,12 +46,12 @@
|
|||
"@tricoteuses/explorer-tools": "^0.5.0",
|
||||
"fast-xml-parser": "^4.3.2",
|
||||
"he": "^1.2.0",
|
||||
"jsdom": "^23.0.1"
|
||||
"jsdom": "^24.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-icons/codicon": "^1.2.15",
|
||||
"@playwright/test": "^1.22.2",
|
||||
"@sveltejs/adapter-node": "^2.0.0",
|
||||
"@sveltejs/adapter-node": "^5.0.1",
|
||||
"@sveltejs/package": "^2.1.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
||||
"@tailwindcss/typography": "^0.5.3",
|
||||
|
@ -61,8 +61,8 @@
|
|||
"@types/jsdom": "^21.1.3",
|
||||
"@types/morgan": "^1.9.4",
|
||||
"@types/papaparse": "^5.3.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
||||
"@typescript-eslint/parser": "^6.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
||||
"@typescript-eslint/parser": "^7.6.0",
|
||||
"augmented-data-viewer": "^0.4.4",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"daisyui": "^4.4.22",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-svelte": "^2.28.0",
|
||||
"fs-extra": "^11.1.0",
|
||||
"iconify-icon": "^1.0.3",
|
||||
"iconify-icon": "^2.0.0",
|
||||
"metslesliens": "git+https://git.en-root.org/eraviart/metslesliens.git",
|
||||
"morgan": "^1.10.0",
|
||||
"papaparse": "^5.3.2",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"prettier-plugin-tailwindcss": "^0.5.3",
|
||||
"sade": "^1.8.1",
|
||||
"svelte-check": "^3.0.3",
|
||||
"svelte2tsx": "^0.6.0",
|
||||
"svelte2tsx": "^0.7.6",
|
||||
"tailwindcss": "^3.1.5",
|
||||
"tslib": "^2.3.1",
|
||||
"tsx": "^4.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue