Skip to content

Commit

Permalink
chore: Update dependencies (#4451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 3, 2023
1 parent 423d1ec commit c8208f3
Show file tree
Hide file tree
Showing 5 changed files with 714 additions and 685 deletions.
12 changes: 6 additions & 6 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.1.0",
"@lerna-lite/publish": "^2.1.0",
"@lerna-lite/cli": "^2.2.0",
"@lerna-lite/publish": "^2.2.0",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
Expand All @@ -99,8 +99,8 @@
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitest/coverage-istanbul": "^0.29.8",
"ajv-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
Expand All @@ -119,15 +119,15 @@
"jest": "^29.5.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rollup": "^3.21.2",
"rollup": "^3.21.3",
"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.3",
"vite": "^4.3.4",
"vitest": "^0.29.8"
}
}
6 changes: 3 additions & 3 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/estree": "^1.0.1",
"@typescript-eslint/parser": "^5.59.1",
"@typescript-eslint/types": "^5.59.1",
"@typescript-eslint/typescript-estree": "^5.59.1",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/types": "^5.59.2",
"@typescript-eslint/typescript-estree": "^5.59.2",
"eslint": "^8.39.0",
"eslint-plugin-react": "^7.32.2",
"mocha": "^10.2.0",
Expand Down
Loading

0 comments on commit c8208f3

Please sign in to comment.