Skip to content
Merged

0.3.3 #400

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
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ updates:
- package-ecosystem: "npm"
directory: "/builder/" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
- package-ecosystem: "npm"
directory: "/examples/" # Location of package manifests
schedule:
interval: "daily"
interval: "monthly"
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ Tailwind CSS の設定をしている CSS ファイルで `@plugin` を使って

| Figma のバージョン | パッケージのバージョン |
| ------------------ | ---------------- |
| 2.6.0 | 0.3.2 |
| 2.5.1 | 0.3.2 |
| 2.5.0 | 0.3.2 |
| 2.4.0 | 0.3.2 |
| 2.3.0 | 0.3.2 |
| 2.8.1 | 0.3.3 |
| 2.8.0 | 0.3.3 |
| 2.7.0 | 0.3.3 |
| 2.6.0 | 0.3.3 |
| 2.5.1 | 0.3.3 |
| 2.5.0 | 0.3.3 |
| 2.4.0 | 0.3.3 |
| 2.3.0 | 0.3.3 |
| 2.2.0 | 0.2.5 |
| 2.1.3 | 0.2.5 |
| 2.1.2 | 0.2.5 |
Expand All @@ -67,10 +70,3 @@ Tailwind CSS の設定をしている CSS ファイルで `@plugin` を使って
| 2.0.2 | 0.1.17 |
| 2.0.1 | 0.1.16 |
| 1.4.3 | 0.1.16 |

## 求人情報

デジタル庁デザインシステムのチームメンバーを募集しています。行政のデジタル環境を支える基盤づくりに、あなたのスキルや経験を活かしてみませんか? 求人ページからご応募ください。

- [プロダクトデザイナー](https://herp.careers/v1/digitalsaiyo/IjQ4ovK9BFPl)
- [プロダクトデザイナー(アソシエイト)](https://herp.careers/v1/digitalsaiyo/yzcCCZJ9UY-f)
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
439 changes: 243 additions & 196 deletions builder/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"lint": "biome lint **/*.ts **/*.js"
},
"devDependencies": {
"@biomejs/biome": "^2.1.3",
"@digital-go-jp/design-tokens": "^1.1.1",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.2.0",
"autoprefixer": "^10.4.21",
"@biomejs/biome": "^2.3.5",
"@digital-go-jp/design-tokens": "^1.1.2",
"@tsconfig/node22": "^22.0.3",
"@types/node": "^24.10.1",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2",
"vite": "^7.0.6"
"typescript": "^5.9.3",
"vite": "^7.2.2"
},
"peerDependencies": {
"tailwindcss": "^3.4.17 || ^4.0.0"
Expand Down
Loading
Loading