@remotion/google-fonts 4.0.317 → 4.0.319

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
@@ -3,19 +3,19 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/google-fonts"
4
4
  },
5
5
  "name": "@remotion/google-fonts",
6
- "version": "4.0.317",
6
+ "version": "4.0.319",
7
7
  "description": "Use Google Fonts in Remotion",
8
8
  "main": "dist/cjs/index.js",
9
9
  "module": "dist/esm/index.mjs",
10
10
  "license": "SEE LICENSE IN LICENSE.md",
11
11
  "dependencies": {
12
- "remotion": "4.0.317"
12
+ "remotion": "4.0.319"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/css-font-loading-module": "0.0.14",
16
16
  "@types/prettier": "^2.7.1",
17
17
  "postcss": "8.4.47",
18
- "prettier": "3.3.3"
18
+ "prettier": "3.6.0"
19
19
  },
20
20
  "files": [
21
21
  "dist"
@@ -5270,6 +5270,6 @@
5270
5270
  "scripts": {
5271
5271
  "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts",
5272
5272
  "generate": "bun --env-file=.env scripts/update-font-db.ts",
5273
- "formatting": "prettier src --check"
5273
+ "formatting": "prettier --experimental-cli src --check"
5274
5274
  }
5275
5275
  }