Skip to content

Commit

Permalink
fix: package lock correction
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 26, 2025
1 parent 5e228b1 commit 94fb471
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
"@semantic-release/git",
{
"assets": [
"../**/package-lock.json",
"../**/package.json",

"../**/docs/**/*",
"package-lock.json",
"package.json",
"CHANGELOG.md",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ridb-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"typescript": "^5.7.2",
"vite": "^5.4.12",
"vitest": "^1.6.0",
"@trust0/ridb": "1.2.3-rc.1"
"@trust0/ridb": "1.2.3"
},
"peerDependencies": {
"@trust0/ridb": "1.2.3-rc.1",
"@trust0/ridb": "1.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vitest": "^1.6.0",
"webdriverio": "^9.7.1",
"vite": "^5.4.12",
"@trust0/ridb": "1.2.3-rc.1"
"@trust0/ridb": "1.2.3"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "0.15.18",
Expand Down

0 comments on commit 94fb471

Please sign in to comment.