Skip to content

Commit

Permalink
Merge eca23b0 into 0c27db0
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents 0c27db0 + eca23b0 commit 189c52c
Show file tree
Hide file tree
Showing 7 changed files with 759 additions and 810 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.4",
"typedoc": "^0.24.5",
"typedoc-plugin-markdown": "3.15.1"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"devDependencies": {
"@cspell/dict-markdown": "^2.0.1",
"@cspell/eslint-plugin": "workspace:*",
"@lerna-lite/cli": "^2.0.0",
"@lerna-lite/publish": "^2.0.0",
"@lerna-lite/cli": "^2.1.0",
"@lerna-lite/publish": "^2.1.0",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
Expand All @@ -98,13 +98,13 @@
"@rollup/plugin-typescript": "^11.1.0",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.5.1",
"@types/node": "^18.15.12",
"@types/node": "^18.16.0",
"@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",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -118,16 +118,16 @@
"inject-markdown": "^1.5.0",
"jest": "^29.5.0",
"nyc": "^15.1.0",
"prettier": "^2.8.7",
"rollup": "^3.20.6",
"prettier": "^2.8.8",
"rollup": "^3.20.7",
"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.3.0",
"vite": "^4.3.1",
"vitest": "^0.29.8"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@typescript-eslint/parser": "^5.59.0",
"@typescript-eslint/types": "^5.59.0",
"@typescript-eslint/typescript-estree": "^5.59.0",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-plugin-react": "^7.32.2",
"mocha": "^10.2.0",
"ts-json-schema-generator": "^1.2.0"
Expand Down
Loading

0 comments on commit 189c52c

Please sign in to comment.