Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 25, 2022
1 parent 9af0296 commit 4bd2e2b
Show file tree
Hide file tree
Showing 2 changed files with 712 additions and 892 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
"version": "0.6.0",
"packageManager": "pnpm@7.0.1",
"description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
"keywords": [
"utils"
],
"homepage": "https://github.com/antfu/utils#readme",
"bugs": {
"url": "https://github.com/antfu/utils/issues"
},
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/utils.git"
},
"funding": "https://github.com/sponsors/antfu",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "index.d.ts",
"bugs": {
"url": "https://github.com/antfu/utils/issues"
},
"keywords": [
"utils"
],
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./index.d.ts",
"require": "./dist/index.cjs",
"types": "./index.d.ts"
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "index.d.ts",
"files": [
"dist",
"*.d.ts"
],
"sideEffects": false,
"scripts": {
"build": "rollup -c",
"dev": "nr build --watch",
Expand All @@ -43,24 +43,24 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.0",
"@antfu/ni": "^0.16.2",
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.2",
"@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",
"eslint": "^8.15.0",
"esno": "^0.14.1",
"@types/node": "^18.11.4",
"@types/throttle-debounce": "^5.0.0",
"bumpp": "^8.2.1",
"eslint": "^8.26.0",
"esno": "^0.16.3",
"p-limit": "^4.0.0",
"rollup": "^2.72.1",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-esbuild": "^4.9.1",
"throttle-debounce": "^3.0.1",
"typescript": "^4.6.4",
"vite": "^2.9.8",
"vitest": "^0.12.3"
"rollup-plugin-esbuild": "^4.10.1",
"throttle-debounce": "^5.0.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vitest": "^0.24.3"
}
}

0 comments on commit 4bd2e2b

Please sign in to comment.