Skip to content

Commit ef8f7f1

Browse files
committed
latest deps
1 parent cdb3684 commit ef8f7f1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2024-10-01] [latest deps](https://github.com/RubricLab/config/commit/5759ad02dd20013b91318ae1e95d1ce40ca26b2c)
12
- [2024-10-01] [publish](https://github.com/RubricLab/config/commit/f55215965bfd2328590d64127d55d7548a9fdbd0)
23
- [2024-10-01] [release](https://github.com/RubricLab/config/commit/88b03ec8b92580fd55c9873c2ec3092f03fea02e)
34
# Changelog

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@rubriclab/config",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"exports": {
55
"./biome": "./biome.json",
66
"./tsconfig": "./tsconfig.json",
77
"./postcss": "./postcss.cjs",
88
"./tailwind": "./tailwind.ts"
99
},
1010
"peerDependencies": {
11-
"@biomejs/biome": "1.9.2"
11+
"@biomejs/biome": "latest"
1212
},
1313
"dependencies": {
14-
"@rubriclab/package": "workspace:*"
14+
"@rubriclab/package": "latest"
1515
},
1616
"simple-git-hooks": {
1717
"post-commit": "bun run rubriclab-postcommit"

0 commit comments

Comments
 (0)