@shikijs/langs 3.2.0 → 3.2.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shikijs/langs",
3
3
  "type": "module",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "description": "TextMate grammars for Shiki in ESM",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -345,10 +345,10 @@
345
345
  "dist"
346
346
  ],
347
347
  "dependencies": {
348
- "@shikijs/types": "3.2.0"
348
+ "@shikijs/types": "3.2.1"
349
349
  },
350
350
  "devDependencies": {
351
- "tm-grammars": "^1.23.1"
351
+ "tm-grammars": "^1.23.2"
352
352
  },
353
353
  "scripts": {
354
354
  "build": "pnpm prepare"