Skip to content

Commit

Permalink
Merge pull request #259 from permafrost-dev/dep-updates-1
Browse files Browse the repository at this point in the history
Bump Dependency Versions
  • Loading branch information
patinthehat authored Feb 12, 2024
2 parents 0b8a4da + 33f28cb commit 3e65f3e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/node_modules
/dist
/coverage
/build

package-lock.json
yarn.lock
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,38 +76,38 @@
]
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/md5": "^2.3.2",
"@types/node": "^20.1.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^5.59.2",
"@types/jest": "^29.5.12",
"@types/md5": "^2.3.5",
"@types/node": "^20.11.17",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"auto-changelog": "^2.4.0",
"concurrently": "^8.0.1",
"dts-bundle-generator": "^8.0.1",
"concurrently": "^8.2.2",
"dts-bundle-generator": "^9.3.1",
"esbuild": "^0.20.0",
"eslint": "^8.40.0",
"husky": "^8.0.3",
"eslint": "^8.56.0",
"husky": "^9.0.10",
"is-ci": "^3.0.1",
"jest": "^29.5.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-mixer": "^6.0.3",
"typescript": "^5.0.4"
"typescript": "^5.3.3"
},
"dependencies": {
"@permafrost-dev/pretty-format": "^1.1.5",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"error-stack-parser": "^2.1.4",
"find-up": "^5.0",
"find-up": "^5.0.0",
"md5": "^2.3.0",
"stacktrace-gps": "^3.1.2",
"stacktrace-js": "^2.0.2",
"tslib": "^2.5.0",
"uuid": "^9.0.0",
"xml-formatter": "^3.3.2"
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"xml-formatter": "^3.6.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 3e65f3e

Please sign in to comment.