Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Sep 28, 2023
1 parent af4ff81 commit b638c73
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 61 deletions.
2 changes: 1 addition & 1 deletion index.ts
@@ -1,4 +1,4 @@
import reservedNames from 'github-reserved-names/reserved-names.json';
import reservedNames from 'github-reserved-names/reserved-names.json' assert {type: "json"};
import {addTests} from './collector.js';

const $ = <E extends Element>(selector: string) => document.querySelector<E>(selector);
Expand Down
170 changes: 118 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -63,18 +63,18 @@
}
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^2.4.3",
"@sindresorhus/tsconfig": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"bun": "^1.0.3",
"bun-types": "^1.0.3",
"github-reserved-names": "^2.0.4",
"github-reserved-names": "^2.0.5",
"npm-run-all": "^4.1.5",
"strip-indent": "^4.0.0",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"xo": "^0.55.0"
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"xo": "^0.56.0"
},
"engines": {
"node": ">=18"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -4,6 +4,7 @@
"outDir": "distribution",
"resolveJsonModule": true,
"target": "ES2022",
"module": "NodeNext",
"lib": [
"DOM",
"DOM.Iterable",
Expand Down

0 comments on commit b638c73

Please sign in to comment.