Skip to content

Commit

Permalink
Merge pull request #298 from theodore-s-beers/misc
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
theodore-s-beers authored May 6, 2024
2 parents cdbac41 + 8f3f9f5 commit 3b62be3
Show file tree
Hide file tree
Showing 8 changed files with 1,203 additions and 989 deletions.
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -Eeuo pipefail

sort-package-json &&
pnpm i &&
dum format &&
dum lint &&
dum check &&
dum compile-main &&
dum compile-ime
pnpm run format &&
pnpm run lint &&
pnpm run check &&
pnpm run compile-main &&
pnpm run compile-ime
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"prettier": "3.2.5",
"stylelint": "^16.3.1",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 3b62be3

Please sign in to comment.