Skip to content

Commit f42d8db

Browse files
committed
chore(deps): upgrade
1 parent 23950df commit f42d8db

File tree

2 files changed

+384
-355
lines changed

2 files changed

+384
-355
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
},
66
"description": "Effortlessly generate customizable random strings with @smakss/random-string. Ideal for creating dummy strings, custom-length passwords, or unique identifiers. Integrates seamlessly with both CommonJS and ECMAScript modules.",
77
"devDependencies": {
8-
"@commitlint/cli": "^18.2.0",
9-
"@commitlint/config-conventional": "^18.1.0",
8+
"@commitlint/cli": "^18.4.3",
9+
"@commitlint/config-conventional": "^18.4.3",
1010
"@rollup/plugin-commonjs": "^25.0.7",
1111
"@rollup/plugin-node-resolve": "^15.2.3",
1212
"@rollup/plugin-typescript": "^11.1.5",
13-
"@typescript-eslint/eslint-plugin": "^6.9.1",
14-
"@typescript-eslint/parser": "^6.9.1",
15-
"eslint": "^8.53.0",
13+
"@typescript-eslint/eslint-plugin": "^6.16.0",
14+
"@typescript-eslint/parser": "^6.16.0",
15+
"eslint": "^8.56.0",
1616
"husky": "^8.0.3",
17-
"lint-staged": "^15.0.2",
18-
"prettier": "^3.0.3",
19-
"rollup": "^4.3.0",
17+
"lint-staged": "^15.2.0",
18+
"prettier": "^3.1.1",
19+
"rollup": "^4.9.1",
2020
"tslib": "^2.6.2",
21-
"typescript": "^5.2.2"
21+
"typescript": "^5.3.3"
2222
},
2323
"engines": {
2424
"node": ">=18.0.0"
@@ -73,5 +73,5 @@
7373
},
7474
"type": "module",
7575
"types": "lib",
76-
"version": "2.0.1"
76+
"version": "2.0.2"
7777
}

0 commit comments

Comments
 (0)