Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jul 15, 2023
1 parent f312a0f commit 1340e06
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 343 deletions.
25 changes: 15 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"files": [
Expand Down Expand Up @@ -48,21 +53,21 @@
"devDependencies": {
"@polka/url": "^1.0.0-next.21",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.19",
"@types/throttle-debounce": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vitest": "^0.2.5",
"eslint-plugin-vitest": "^0.2.6",
"mrmime": "^1.0.1",
"node-fetch": "^3.3.1",
"prettier": "^3.0.0",
"throttle-debounce": "^5.0.0",
"tsup": "^6.7.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vitest": "^0.33.0",
"vitest-github-actions-reporter": "^0.10.0"
},
"dependencies": {
Expand Down

0 comments on commit 1340e06

Please sign in to comment.