Skip to content

Commit 576526f

Browse files
author
Sven Ulrich
committed
updated packages, added yarn.config
1 parent 613883f commit 576526f

File tree

3 files changed

+288
-277
lines changed

3 files changed

+288
-277
lines changed

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,20 @@
2929
},
3030
"homepage": "https://github.com/sevensc/typescript-string-operations#readme",
3131
"devDependencies": {
32-
"@types/chai": "^4.2.7",
33-
"@types/mocha": "^9.1.1",
34-
"@types/node": "^18.7.11",
35-
"@typescript-eslint/eslint-plugin": "^5.34.0",
36-
"@typescript-eslint/parser": "^5.34.0",
37-
"chai": "^4.2.0",
38-
"eslint": "^8.22.0",
39-
"mocha": "^10.0.0",
32+
"@types/chai": "^4.3.9",
33+
"@types/mocha": "^10.0.3",
34+
"@types/node": "^20.8.9",
35+
"@typescript-eslint/eslint-plugin": "^6.9.0",
36+
"@typescript-eslint/parser": "^6.9.0",
37+
"chai": "^4.3.10",
38+
"eslint": "^8.52.0",
39+
"mocha": "^10.2.0",
4040
"ts-node": "^10.9.1",
41-
"typescript": "^4.7.4",
42-
"uglify-js": "^3.17.0"
43-
},
44-
"directories": {
41+
"typescript": "^5.2.2",
42+
"uglify-js": "^3.17.4"
4543
},
44+
"directories": {},
4645
"resolutions": {
4746
"natives": "1.1.3"
4847
}
49-
}
48+
}

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:recommended"
4+
]
5+
}

0 commit comments

Comments
 (0)