Skip to content

Commit

Permalink
build: update dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz authored Dec 20, 2023
1 parent a1f3ae1 commit dd9e428
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 479 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-crews-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tabula/forge': patch
---

update dependencies
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,28 @@
"@tabula/typescript-config": "^0.2.0",
"@tabula/vitest-config": "^0.2.0",
"@types/convert-source-map": "^2.0.3",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"eslint": "^8.55.0",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"eslint": "^8.56.0",
"lefthook": "^1.5.5",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"tempy": "^3.1.0",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"vitest": "^1.0.1"
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@vanilla-extract/esbuild-plugin": "^2.3.1",
"autoprefixer": "^10.4.16",
"chalk": "^5.3.0",
"change-case": "^5.3.0",
"clipanion": "^4.0.0-rc.2",
"clipanion": "4.0.0-rc.2",
"convert-source-map": "^2.0.0",
"cosmiconfig": "^9.0.0",
"esbuild": "^0.19.8",
"esbuild": "^0.19.10",
"execa": "^8.0.1",
"find-up": "^7.0.0",
"postcss": "^8.4.32",
Expand All @@ -87,7 +87,7 @@
"read-package-up": "^11.0.0",
"sass": "^1.69.5",
"source-map": "^0.7.4",
"svgo": "^3.0.5",
"svgo": "^3.1.0",
"typanion": "^3.14.0",
"zod": "^3.22.4"
},
Expand Down
Loading

0 comments on commit dd9e428

Please sign in to comment.