Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
studnitz committed Dec 20, 2023
1 parent 7962a0d commit b298209
Show file tree
Hide file tree
Showing 4 changed files with 1,111 additions and 595 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
"type": "git",
"url": "https://github.com/clickbar/utils.git"
},
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "index.d.ts",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.mjs",
Expand All @@ -21,10 +25,6 @@
],
"author": "Alexander von Studnitz <[email protected]>",
"license": "MIT",
"files": [
"dist",
"*.d.ts"
],
"sideEffects": false,
"scripts": {
"build": "rollup -c",
Expand All @@ -39,22 +39,22 @@
"date-fns": "^3.0.1"
},
"devDependencies": {
"@antfu/ni": "^0.16.2",
"@antfu/ni": "^0.21.12",
"@clickbar/eslint-config": "^8.0.8",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/node": "^17.0.31",
"@types/throttle-debounce": "^2.1.0",
"bumpp": "^7.1.1",
"esbuild": "^0.14.40",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.10.5",
"@types/throttle-debounce": "^5.0.2",
"bumpp": "^9.2.1",
"esbuild": "^0.19.10",
"eslint": "^8.56.0",
"rollup": "^2.72.1",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-esbuild": "^4.9.1",
"typescript": "^4.6.4",
"vite": "^2.9.8",
"vitest": "^0.12.3"
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
}
}
Loading

0 comments on commit b298209

Please sign in to comment.