Skip to content

Commit b553d7b

Browse files
committed
Update deps
1 parent 5cba4a8 commit b553d7b

File tree

5 files changed

+1923
-1094
lines changed

5 files changed

+1923
-1094
lines changed

.eslintrc.js

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ module.exports = {
99
'plugin:@typescript-eslint/eslint-recommended',
1010
'plugin:@typescript-eslint/recommended',
1111
],
12+
settings: {
13+
react: {
14+
version: 'detect',
15+
},
16+
},
1217
rules: {
1318
'@typescript-eslint/explicit-function-return-type': 'off',
1419
'import/no-unresolved': 'off',

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.12.0 (November , 2024)
2+
* Update dependencies, including Clang
3+
14
## 4.11.0 (November 13, 2023)
25
* Added `secret` parameter to Argon2 (by [@malobre](https://github.com/malobre))
36

0 commit comments

Comments
 (0)