Skip to content
Snippets Groups Projects
Commit ff497f1e authored by Christian Knecht's avatar Christian Knecht
Browse files

refactor: update dependencies

parent bafc9e14
No related branches found
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
{
"name": "value-converters",
"version": "1.4.0",
"version": "1.4.1",
"description": "extended filtering function, sorting, localization, dissolving urls and reusable validators",
"main": "dist/index.js",
"scripts": {
......@@ -23,21 +23,21 @@
"author": "Christian Knecht <christian.knecht@iao.fraunhofer.de>",
"license": "BSD-3-Clause-Clear",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.179",
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.190",
"@types/traverse": "^0.6.32",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"dependencies": {
"lodash": "^4.17.21",
"sift": "^16.0.0",
"traverse": "^0.6.6"
"sift": "^16.0.1",
"traverse": "^0.6.7"
},
"jest": {
"verbose": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment