Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 11, 2024
1 parent 475c1f7 commit 9074361
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 258 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default [
{
rules: {
'func-style': 'off',
'n/no-unsupported-features/node-builtins': 'off',
'yoda': 'off'
}
}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,28 @@
"sideEffects": false,
"types": "./index.d.ts",
"devDependencies": {
"@babel/core": "^7.24.4",
"@logux/eslint-config": "^53.0.0",
"@babel/core": "^7.24.7",
"@logux/eslint-config": "^53.2.0",
"@lukeed/uuid": "^2.0.1",
"@napi-rs/uuid": "^0.2.2",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@size-limit/file": "^11.1.2",
"@size-limit/webpack": "^11.1.2",
"@types/node": "^20.12.5",
"@size-limit/file": "^11.1.4",
"@size-limit/webpack": "^11.1.4",
"@types/node": "^20.14.2",
"benchmark": "^2.1.4",
"better-node-test": "^0.5.1",
"c8": "^9.1.0",
"clean-publish": "^4.4.0",
"eslint": "^8.57.0",
"c8": "^10.0.0",
"clean-publish": "^5.0.0",
"eslint": "^9.4.0",
"rndm": "^1.2.0",
"secure-random-string": "^1.1.3",
"shortid": "^2.2.16",
"size-limit": "^11.1.2",
"terser": "^5.30.3",
"size-limit": "^11.1.4",
"terser": "^5.31.1",
"uid": "^2.0.2",
"uid-safe": "^2.1.5",
"uuid": "^9.0.1",
"vite": "^5.2.8"
"uuid": "^10.0.0",
"vite": "^5.2.13"
},
"size-limit": [
{
Expand Down
Loading

0 comments on commit 9074361

Please sign in to comment.