Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Aug 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f002433 commit 827e9cb
Showing 3 changed files with 55 additions and 217 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,20 +34,20 @@
]
},
"dependencies": {
"fs-extra": "^11.1.1"
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@rspack/core": "^1.0.0-beta.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.13",
"@types/node": "^20.16.0",
"nano-staged": "^0.8.0",
"playwright": "^1.45.3",
"playwright": "^1.46.1",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.1",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -7,12 +7,12 @@
"build": "rspack build"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@rspack/cli": "latest"
}
}
254 changes: 46 additions & 208 deletions pnpm-lock.yaml

0 comments on commit 827e9cb

Please sign in to comment.