@cspell/cspell-bundled-dicts 7.0.2 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-bundled-dicts",
3
- "version": "7.0.2",
3
+ "version": "7.2.0",
4
4
  "description": "Dictionaries bundled with cspell",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,7 +25,7 @@
25
25
  "watch": "pnpm run build --watch",
26
26
  "test": "node ../../bin.mjs \"**/*.{txt,md,ts}\"",
27
27
  "update-fix-en-gb": "pnpm add @cspell/dict-en-gb@1.1.33",
28
- "update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" && pnpm run update-fix-en-gb"
28
+ "update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" \"!@cspell/dict-en-gb\" --depth 1 --filter-prod . && pnpm update-fix-en-gb"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
@@ -96,8 +96,8 @@
96
96
  "node": ">=16"
97
97
  },
98
98
  "devDependencies": {
99
- "@cspell/cspell-tools": "7.0.2",
100
- "@cspell/cspell-types": "7.0.2"
99
+ "@cspell/cspell-tools": "7.2.0",
100
+ "@cspell/cspell-types": "7.2.0"
101
101
  },
102
- "gitHead": "25aa083421fc81e4d5b7cedb4755f9b327120cfc"
102
+ "gitHead": "b08f7ddc3a4aa22cc80c69ca6638b2a943659a31"
103
103
  }