Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz committed Dec 6, 2023
1 parent 42a7b71 commit a8f752b
Show file tree
Hide file tree
Showing 6 changed files with 2,368 additions and 2,783 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-dots-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tabula/forge': patch
---

update dependencies
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,48 +46,48 @@
"pnpm": "8.6.5"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@tabula/eslint-config": "^0.1.0",
"@tabula/prettier-config": "^0.1.3",
"@tabula/typescript-config": "^0.1.1",
"@tabula/vitest-config": "^0.1.2",
"@tabula/eslint-config": "^0.1.1",
"@tabula/prettier-config": "^0.1.4",
"@tabula/typescript-config": "^0.2.0",
"@tabula/vitest-config": "^0.2.0",
"@types/convert-source-map": "^2.0.3",
"@types/node": "^20.9.3",
"@types/react": "^18.2.38",
"eslint": "^8.54.0",
"lefthook": "^1.5.2",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"eslint": "^8.55.0",
"lefthook": "^1.5.5",
"prettier": "^3.1.0",
"tempy": "^3.1.0",
"tsx": "^4.2.0",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
"vitest": "^1.0.1"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@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.2.0",
"change-case": "^5.3.0",
"clipanion": "^4.0.0-rc.2",
"convert-source-map": "^2.0.0",
"cosmiconfig": "^8.3.6",
"esbuild": "^0.19.7",
"cosmiconfig": "^9.0.0",
"esbuild": "^0.19.8",
"execa": "^8.0.1",
"find-up": "^7.0.0",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.2",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"postcss-modules": "^6.0.0",
"react-docgen": "^7.0.0",
"react-docgen": "^7.0.1",
"react-docgen-typescript": "^2.2.2",
"read-package-up": "^11.0.0",
"sass": "^1.69.5",
"source-map": "^0.7.4",
"svgo": "^3.0.4",
"svgo": "^3.0.5",
"typanion": "^3.14.0",
"zod": "^3.22.4"
},
Expand Down
Loading

0 comments on commit a8f752b

Please sign in to comment.