Skip to content

Commit

Permalink
build: updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Jun 24, 2024
1 parent 63bb429 commit 14a89d7
Showing 1 changed file with 20 additions and 25 deletions.
45 changes: 20 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,20 @@
"eslint --fix"
]
},
"dependencies": {
"@droppedcode/typedoc-plugin-copy-assets": "1.0.10",
"@vonage/messages": "1.11.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/plugin-transform-typescript": "7.22.15",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/types": "^7.22.5",
"@mxssfd/typedoc-theme": "1.1.3",
"@tsconfig/node16": "16.1.1",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.4",
"@babel/core": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/plugin-transform-typescript": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/types": "^7.24.7",
"@tsconfig/node16": "16.1.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"babel-jest": "29.7.0",
"babel-plugin-module-resolver": "5.0.0",
"babel-plugin-module-resolver": "5.0.2",
"eslint": "8.51.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -94,22 +89,22 @@
"eslint-plugin-jest-extended": "2.0.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-prettier": "5.0.1",
"husky": "^8.0.3",
"husky": "^9.0.11",
"is-ci": "3.0.1",
"jest": "^29.7.0",
"lerna": "^7.3.1",
"lerna": "^8.1.5",
"lerna-changelog": "^2.2.0",
"lint-staged": "14.0.1",
"nock": "^13.3.4",
"prettier": "3.0.3",
"prettier-eslint": "15.0.1",
"lint-staged": "15.2.7",
"nock": "^13.5.4",
"prettier": "3.3.2",
"prettier-eslint": "16.3.0",
"recursive-iterator": "3.3.0",
"ts-node-dev": "^2.0.0",
"typedoc": "0.25.13",
"typedoc": "0.26.2",
"typedoc-github-wiki-theme": "^2.0.0",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.0.2",
"typedoc-plugin-remark": "^1.0.0",
"typescript": "^5.1.3"
"typedoc-plugin-markdown": "^4.1.0",
"typedoc-plugin-remark": "^1.0.2",
"typescript": "^5.5.2"
}
}

0 comments on commit 14a89d7

Please sign in to comment.