Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
Lock `@octokit/types` due to issue: octokit/types.ts#525
  • Loading branch information
Jason3S committed Apr 20, 2023
1 parent a43dad7 commit 6ba4e01
Show file tree
Hide file tree
Showing 11 changed files with 839 additions and 801 deletions.
2 changes: 1 addition & 1 deletion doc-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=16"
},
"dependencies": {
"typedoc": "^0.24.2",
"typedoc": "^0.24.4",
"typedoc-plugin-markdown": "3.15.1"
}
}
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@
"CI/CD"
],
"pnpm": {
"overrides": {}
"overrides": {
"@octokit/openapi-types@^16.0.0": "16.0.0",
"@octokit/types@^9.0.0": "9.0.0"
}
},
"author": "Jason Dent",
"license": "MIT",
Expand All @@ -95,10 +98,10 @@
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.0",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.15.12",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitest/coverage-istanbul": "^0.29.8",
"ajv-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
Expand All @@ -117,15 +120,15 @@
"jest": "^29.5.0",
"nyc": "^15.1.0",
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"rollup": "^3.20.6",
"rollup-plugin-dts": "^5.3.0",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-jest": "^29.1.0",
"ts2mjs": "^1.1.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite": "^4.3.0",
"vitest": "^0.29.8"
}
}
8 changes: 4 additions & 4 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
},
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/estree": "^1.0.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/types": "^5.58.0",
"@typescript-eslint/typescript-estree": "^5.58.0",
"@types/estree": "^1.0.1",
"@typescript-eslint/parser": "^5.59.0",
"@typescript-eslint/types": "^5.59.0",
"@typescript-eslint/typescript-estree": "^5.59.0",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@cspell/dict-nl-nl": "^2.2.8",
"@cspell/dict-python": "^4.0.3",
"@types/configstore": "^5.0.1",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.1",
"cspell-dict-nl-nl": "^1.1.2",
"expect": "^29.5.0",
"jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.1",
"@types/shelljs": "^0.8.12",
"jest": "^29.5.0",
"lorem-ipsum": "^2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"file-entry-cache": "^6.0.1",
"get-stdin": "^8.0.0",
"imurmurhash": "^0.1.4",
"semver": "^7.4.0",
"semver": "^7.5.0",
"strip-ansi": "^6.0.1",
"vscode-uri": "^3.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/hunspell-reader#readme",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5"
Expand Down
Loading

0 comments on commit 6ba4e01

Please sign in to comment.