Skip to content

Commit

Permalink
Merge ea00088 into c13110d
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents c13110d + ea00088 commit bac9ae4
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 159 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -93,8 +93,8 @@
"@cspell/dict-markdown": "^2.0.1",
"@cspell/eslint-plugin": "workspace:*",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.3.0",
"@lerna-lite/publish": "^3.3.0",
"@lerna-lite/cli": "^3.3.1",
"@lerna-lite/publish": "^3.3.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -104,8 +104,8 @@
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.21",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-istanbul": "^1.3.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.57.0",
Expand All @@ -128,7 +128,7 @@
"ts2mjs": "^3.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite": "^5.1.5",
"vitest": "^1.3.1"
}
}
8 changes: 4 additions & 4 deletions packages/cspell-eslint-plugin/package.json
Expand Up @@ -75,10 +75,10 @@
"@types/eslint": "^8.56.5",
"@types/estree": "^1.0.5",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/types": "^7.1.0",
"@typescript-eslint/typescript-estree": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/types": "^7.1.1",
"@typescript-eslint/typescript-estree": "^7.1.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"mocha": "^10.3.0",
Expand Down

0 comments on commit bac9ae4

Please sign in to comment.