Skip to content

Commit

Permalink
Maintenance: Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2can authored and zaiste committed Sep 20, 2023
1 parent 5d01ee2 commit 2e254bd
Show file tree
Hide file tree
Showing 2 changed files with 879 additions and 524 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,48 +37,48 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript-document-nodes": "^4.0.1",
"@sentry/cli": "^2.20.4",
"@types/cli-progress": "^3.11.0",
"@sentry/cli": "^2.20.7",
"@types/cli-progress": "^3.11.2",
"@types/debug": "^4.1.8",
"@types/detect-port": "^1.3.3",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/git-url-parse": "^9.0.1",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^20.4.8",
"@types/node": "^20.6.3",
"@types/prompt": "^1.1.5",
"@types/semver": "^7.5.0",
"@types/slug": "^5.0.3",
"@types/tar": "^6.1.5",
"@types/semver": "^7.5.2",
"@types/slug": "^5.0.4",
"@types/tar": "^6.1.6",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"clean-publish": "^4.2.0",
"concurrently": "^8.2.0",
"esbuild": "^0.18.19",
"eslint": "^8.46.0",
"concurrently": "^8.2.1",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"http-request-mock": "^1.8.17",
"husky": "^8.0.3",
"msw": "^1.2.3",
"msw": "^1.3.1",
"pkg": "^5.8.1",
"prettier": "3.0.1",
"release-it": "^16.1.3",
"prettier": "3.0.3",
"release-it": "^16.1.5",
"strip-ansi": "^7.1.0",
"tree-kill": "^1.2.2",
"tsm": "^2.3.0",
"type-coverage": "^2.26.0",
"typescript": "^5.1.6",
"type-coverage": "^2.26.3",
"typescript": "^5.2.2",
"typescript-coverage-report": "^0.8.0",
"vitest": "^0.34.1"
"vitest": "^0.34.4"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@oclif/core": "1.26.2",
"@sentry/node": "^7.61.1",
"@sentry/node": "^7.70.0",
"@types/lodash.isempty": "^4.4.7",
"chalk": "^5.3.0",
"cli-highlight": "^2.1.11",
Expand All @@ -94,7 +94,7 @@
"fs-extra": "^11.1.1",
"git-url-parse": "^13.1.0",
"got": "^13.0.0",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"lodash.isempty": "^4.4.0",
Expand All @@ -113,10 +113,10 @@
"semver": "^7.5.4",
"simple-git": "^3.19.1",
"slug": "^8.2.3",
"tar": "^6.1.15",
"tar": "^6.2.0",
"tiny-invariant": "^1.3.1",
"tplv": "^1.0.0",
"yaml": "^2.3.1",
"yaml": "^2.3.2",
"yargs": "^17.7.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 2e254bd

Please sign in to comment.