Skip to content

Commit

Permalink
[DE-1091] Update pnpm.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-nedza committed Dec 13, 2024
1 parent 22f4e61 commit d448807
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 75 deletions.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"lint": "eslint **/*.ts --ignore-path .eslintignore",
"lint:fix": "eslint **/*.ts --ignore-path .eslintignore --fix"
},
"peerDependencies": {},
"prettier": {
"printWidth": 80,
"semi": true,
Expand All @@ -33,20 +32,20 @@
"email": "[email protected]"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
"tslib": "^2.5.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@apimatic/authentication-adapters": "^0.5.4",
"@apimatic/axios-client-adapter": "^0.3.7",
"@apimatic/core": "^0.10.16",
"@apimatic/schema": "^0.7.14"
"@apimatic/authentication-adapters": "^0.5.6",
"@apimatic/axios-client-adapter": "^0.3.8",
"@apimatic/core": "^0.10.17",
"@apimatic/schema": "^0.7.15"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d448807

Please sign in to comment.