Skip to content

Commit

Permalink
fix rollup loading fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Dec 31, 2023
1 parent 53e8739 commit 0f35f85
Show file tree
Hide file tree
Showing 7 changed files with 304 additions and 262 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
"check": "svelte-check"
},
"dependencies": {
"@github/textarea-autosize": "^0.3.1",
"@github/textarea-autosize": "^0.3.3",
"@hyrious/utils": "^0.0.6",
"idb-keyval": "^6.2.1",
"indent-textarea": "^3.0.0",
"indent-textarea": "^4.0.0",
"pretty-bytes": "^6.1.1",
"sanitize.css": "^13.0.0",
"selector-observer": "^2.1.6",
"svelte": "^4.2.0",
"text-field-edit": "^3.2.0"
"svelte": "^4.2.8",
"text-field-edit": "^4.0.0"
},
"devDependencies": {
"@hyrious/esbuild-dev": "^0.10.4",
"@hyrious/esbuild-dev": "^0.10.5",
"@hyrious/esbuild-plugin-svelte": "^0.2.2",
"@hyrious/rimraf": "^0.1.0",
"@hyrious/w7": "^0.1.13",
"@iconify/utils": "^2.1.9",
"@types/node": "~18.16.19",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"esbuild": "^0.19.2",
"eslint": "^8.47.0",
"@iconify/utils": "^2.1.14",
"@types/node": "~18.19.4",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"eslint-plugin-case-police": "^0.6.1",
"fast-glob": "^3.3.1",
"highlight.js": "^11.8.0",
"launch-editor-middleware": "^2.6.0",
"svelte-check": "^3.5.0"
"fast-glob": "^3.3.2",
"highlight.js": "^11.9.0",
"launch-editor-middleware": "^2.6.1",
"svelte-check": "^3.6.2"
}
}
Loading

0 comments on commit 0f35f85

Please sign in to comment.