Skip to content

Commit

Permalink
🔧 final touches before publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
loucyx committed May 2, 2024
1 parent efdd6de commit 8216255
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@lou.codes/test": "workspace:*"
},
"devDependencies": {
"@astrojs/starlight": "^0.21.5",
"@astrojs/starlight": "^0.22.1",
"@astrojs/starlight-tailwind": "^2.0.2",
"@astrojs/tailwind": "^5.1.0",
"@changesets/cli": "^2.27.1",
"@expressive-code/plugin-line-numbers": "^0.35.2",
"@types/node": "^20.12.7",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"@types/node": "^20.12.8",
"astro": "^4.7.0",
"brotli-size": "^4.0.0",
"c8": "^9.1.0",
Expand All @@ -36,10 +36,10 @@
"rimraf": "^5.0.5",
"sharp": "^0.33.3",
"simple-git-hooks": "^2.11.1",
"stylelint": "16.4.0",
"stylelint": "16.5.0",
"tailwindcss": "^3.4.3",
"terser": "^5.31.0",
"tsx": "^4.7.3",
"tsx": "^4.8.2",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.4.5",
Expand Down
1 change: 1 addition & 0 deletions packages/@lou.codes/configs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Patch Changes

- 🔧 change `engines.node` to `>=22`.
- ⬆️ dependency upgrade.

## 5.0.12

Expand Down
4 changes: 2 additions & 2 deletions packages/@lou.codes/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@changesets/types": "^6.0.0",
"@eslint/js": "^8.57.0",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/type-utils": "^7.8.0",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"typescript": "~5.4.5"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/preact-pair/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Patch Changes

- 🔧 change `engines.node` to `>=22`.
- ⬆️ dependency upgrade.
- ⬆️ upgrade `@lou.codes/types` to `v3.0.1`.

## 1.1.5
Expand Down
4 changes: 2 additions & 2 deletions packages/preact-pair/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@lou.codes/types": "workspace:*"
},
"devDependencies": {
"preact": "^10.20.2",
"preact": "^10.21.0",
"preact-render-to-string": "^6.4.2"
},
"engines": {
Expand All @@ -41,7 +41,7 @@
],
"license": "MIT",
"peerDependencies": {
"preact": "^10.20.0"
"preact": "^10.21.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8216255

Please sign in to comment.