Skip to content

Commit

Permalink
chore(deps): update dependency eta to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent b17ea70 commit 87418ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vitest": "1.6.0"
},
"dependencies": {
"eta": "^2.0.0"
"eta": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/unplugin-eta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"devDependencies": {
"@types/webpack": "5.28.5",
"esbuild": "0.24.0",
"eta": "2.2.0",
"eta": "3.5.0",
"rollup": "4.24.4",
"typescript": "5.6.3",
"unbuild": "2.0.0",
"vite": "5.4.10",
"webpack": "5.96.1"
},
"peerDependencies": {
"eta": "^1.14.2 || ^2.0.0"
"eta": "^1.14.2 || ^2.0.0 || ^3.0.0"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1132,15 +1132,15 @@ __metadata:
"@rollup/pluginutils": "npm:^5.1.0"
"@types/webpack": "npm:5.28.5"
esbuild: "npm:0.24.0"
eta: "npm:2.2.0"
eta: "npm:3.5.0"
rollup: "npm:4.24.4"
typescript: "npm:5.6.3"
unbuild: "npm:2.0.0"
unplugin: "npm:^1.7.1"
vite: "npm:5.4.10"
webpack: "npm:5.96.1"
peerDependencies:
eta: ^1.14.2 || ^2.0.0
eta: ^1.14.2 || ^2.0.0 || ^3.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2541,10 +2541,10 @@ __metadata:
languageName: node
linkType: hard

"eta@npm:2.2.0, eta@npm:^2.0.0":
version: 2.2.0
resolution: "eta@npm:2.2.0"
checksum: 10/31b0fd11f47ec7c626048f7bc6d95f0255a9aa21af059263d35d286aad7597b17c04ac0d92d49bbb62c430f5cb6920efbd93aabd527a5957f78c67150d33ccc3
"eta@npm:3.5.0, eta@npm:^3.0.0":
version: 3.5.0
resolution: "eta@npm:3.5.0"
checksum: 10/d3d90609cfd8cb837c9690a203f13a166118ccfe13e9ccb924d4a8251832e4d5fc39fedf9569a186c2e70abe1e15b15326434ea2a17311b1072f52e61229d461
languageName: node
linkType: hard

Expand Down Expand Up @@ -4951,7 +4951,7 @@ __metadata:
dependencies:
"@playwright/test": "npm:1.48.2"
"@storipress/unplugin-eta": "workspace:*"
eta: "npm:^2.0.0"
eta: "npm:^3.0.0"
npm-run-all2: "npm:6.2.6"
tiny-invariant: "npm:1.3.3"
vite: "npm:5.4.10"
Expand Down

0 comments on commit 87418ae

Please sign in to comment.