@udir-design/symbols 1.0.0-beta.29 → 1.0.0-beta.30

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@udir-design/symbols",
3
- "version": "1.0.0-beta.29",
3
+ "version": "1.0.0-beta.30",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -44,20 +44,20 @@
44
44
  "sideEffects": false,
45
45
  "devDependencies": {
46
46
  "@babel/types": "^7.29.0",
47
- "@figma/rest-api-spec": "^0.36.0",
47
+ "@figma/rest-api-spec": "^0.37.0",
48
48
  "@svgr/cli": "8.1.0",
49
49
  "@svgr/core": "^8.1.0",
50
50
  "@types/react": "^19.2.14",
51
51
  "fast-glob": "^3.3.3",
52
52
  "js-yaml": "^4.1.1",
53
53
  "lodash-es": "^4.18.1",
54
- "prettier": "3.8.1",
55
- "react": "^19.2.4",
54
+ "prettier": "3.8.3",
55
+ "react": "^19.2.5",
56
56
  "sharp": "^0.34.5",
57
57
  "shx": "^0.4.0",
58
58
  "svgo": "^4.0.1",
59
- "tsdown": "^0.21.7",
60
- "typescript": "^6.0.2"
59
+ "tsdown": "^0.21.9",
60
+ "typescript": "^6.0.3"
61
61
  },
62
62
  "scripts": {
63
63
  "generate": "svgr symbols --typescript --ext tsx --no-prettier --index-template config/index-template.js --out-dir generated-src && mv generated-src/index.tsx generated-src/index.ts && prettier --write ./generated-src",