Skip to content

Commit

Permalink
chore: Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jan 27, 2024
1 parent 7f6c71b commit 77c7aa2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "swc --delete-dir-on-start -s -w -d dist src",
"build": "swc --delete-dir-on-start -d dist src",
"dev": "swc --strip-leading-paths --delete-dir-on-start -s -w -d dist src",
"build": "swc --strip-leading-paths --delete-dir-on-start -d dist src",
"postbuild": "concurrently npm:lint npm:typecheck",
"format": "prettier -w src test",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx src test",
Expand All @@ -42,22 +42,22 @@
"postpublish": "git push origin && git push origin -f --tags"
},
"dependencies": {
"acquerello": "^2.0.3",
"acquerello": "^2.0.6",
"fastify-plugin": "^4.5.1",
"table": "^6.8.1"
},
"devDependencies": {
"@cowtech/eslint-config": "^9.0.3",
"@swc/cli": "^0.2.3",
"@swc/core": "^1.3.105",
"@types/node": "^20.11.6",
"@swc/cli": "^0.3.2",
"@swc/core": "^1.3.106",
"@types/node": "^20.11.7",
"@types/tap": "^15.0.11",
"c8": "^9.1.0",
"chokidar": "^3.5.3",
"concurrently": "^8.2.2",
"fastify": "^4.25.2",
"prettier": "^3.2.4",
"tap": "^18.6.1",
"tap": "^18.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 77c7aa2

Please sign in to comment.