Skip to content

Commit

Permalink
Merge pull request #47 from digital-go-jp/develop
Browse files Browse the repository at this point in the history
v0.1.13
  • Loading branch information
takumi-hatta-dig authored Mar 27, 2024
2 parents 261f366 + 7ce4038 commit dfb9e32
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ $ npm install @digital-go-jp/tailwind-theme-plugin

| Figma のバージョン | npm のバージョン |
| ------------------ | ---------------- |
| 1.4.1 | 0.1.12 |
| 1.4.1 | 0.1.13 |
| 1.4.0 | 0.0.22 |
52 changes: 34 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digital-go-jp/tailwind-theme-plugin",
"version": "0.1.12",
"version": "0.1.13",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -33,8 +33,12 @@
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@digital-go-jp/design-tokens": "^0.1.5",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/node18": "^18.2.3",
"@types/node": "^20.11.30",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^5.2.6"
Expand All @@ -45,11 +49,5 @@
"engines": {
"node": ">=18"
},
"engineStrict": true,
"dependencies": {
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38"
}
"engineStrict": true
}

0 comments on commit dfb9e32

Please sign in to comment.