Skip to content

Commit

Permalink
Merge pull request #61 from falsepopsky/dev
Browse files Browse the repository at this point in the history
chore: stable release (part 3)
  • Loading branch information
falsepopsky authored Jan 18, 2024
2 parents a8117ad + 6673fe4 commit 27e21e2
Show file tree
Hide file tree
Showing 9 changed files with 926 additions and 781 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
pnpm-lock.yaml
.astro
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@swc/core": "^1.3.103",
"@swc/core": "^1.3.104",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.3",
"@types/node": "^20.11.5",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-config-untidy": "workspace:^",
"jest": "^29.7.0",
"msw": "^2.1.0",
"prettier": "^3.2.2",
"msw": "^2.1.2",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"tsx": "^4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "jest --coverage"
},
"devDependencies": {
"@types/node": "^20.11.3",
"@types/node": "^20.11.5",
"typescript": "^5.3.3"
},
"engines": {
Expand Down
Loading

0 comments on commit 27e21e2

Please sign in to comment.