Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cspell monorepo to ^8.17.1 #620

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
209 changes: 105 additions & 104 deletions admin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@comet/cli": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@cspell/eslint-plugin": "^8.16.1",
"@cspell/eslint-plugin": "^8.17.1",
"@formatjs/cli": "^6.3.14",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
Expand Down
209 changes: 105 additions & 104 deletions api/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@comet/cli": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@cspell/eslint-plugin": "^8.16.1",
"@cspell/eslint-plugin": "^8.17.1",
"@jest/types": "^29.6.3",
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
Expand Down
257 changes: 129 additions & 128 deletions create-app/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"devDependencies": {
"@comet/eslint-config": "^7.10.0",
"@comet/eslint-plugin": "^7.10.0",
"@cspell/eslint-plugin": "^8.16.1",
"@cspell/eslint-plugin": "^8.17.1",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22.10.2",
"cspell": "^8.16.1",
"cspell": "^8.17.1",
"npm-run-all2": "^5.0.2",
"prettier": "^2.8.8",
"typescript": "^5.7.2"
Expand Down
243 changes: 122 additions & 121 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@comet/cli": "^7.10.0",
"@comet/dev-process-manager": "^2.7.0",
"cspell": "^8.16.1",
"cspell": "^8.17.1",
"dotenv-cli": "^7.4.4",
"husky": "^9.1.7",
"knip": "^5.36.7",
Expand Down
209 changes: 105 additions & 104 deletions site/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@comet/cli": "^7.10.0",
"@comet/eslint-config": "^7.10.0",
"@cspell/eslint-plugin": "^8.16.1",
"@cspell/eslint-plugin": "^8.17.1",
"@formatjs/cli": "^6.3.14",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
Expand Down
Loading