Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDing committed Aug 5, 2024
1 parent 28369af commit 96b2a81
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 153 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pleisto/active-support",
"version": "1.0.0",
"version": "1.1.0",
"description": "A TypeScript utility library designed to optimize for programmer happiness.",
"license": "Apache-2.0",
"files": [
Expand Down Expand Up @@ -54,18 +54,18 @@
"type-fest": "^4.23.0"
},
"devDependencies": {
"@pleisto/eslint-plugin": "2.1.0",
"@types/node": "20.14.12",
"@vitest/coverage-v8": "^2.0.4",
"@pleisto/eslint-plugin": "2.2.1",
"@types/node": "22.1.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "9.8.0",
"prettier": "^3.3.3",
"tslib": "^2.6.3",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typedoc": "^0.26.5",
"typedoc-plugin-inline-sources": "^1.0.2",
"typescript": "5.5.4",
"vite": "5.3.5",
"vitest": "2.0.4"
"vitest": "2.0.5"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/lodash-modern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @see https://radash-docs.vercel.app/docs/getting-started
*/
export * from 'es-toolkit/compat'
export * from 'es-toolkit'
export { default as equal } from 'fast-deep-equal/es6/react'
export { default as memoize } from 'moize'

Expand Down
3 changes: 2 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { defineConfig } from 'tsup'

export default defineConfig({
entry: ['src/index.ts'],
shims: true
shims: true,
minify: true
})
Loading

0 comments on commit 96b2a81

Please sign in to comment.