Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent c974885 commit 5ebde3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions examples/embedded-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.2.0",
"@eslint/eslintrc": "3.0.2",
"@eslint/js": "9.2.0",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
Expand All @@ -32,6 +32,6 @@
"tailwindcss": "3.4.3",
"turbo": "1.13.3",
"typescript": "5.4.5",
"typescript-eslint": "^7.8.0"
"typescript-eslint": "7.8.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.2.0, @eslint/js@npm:^9.2.0":
"@eslint/js@npm:9.2.0":
version: 9.2.0
resolution: "@eslint/js@npm:9.2.0"
checksum: 10/4e9fec5395a8f6797bfa57b28b67c3b1c63ebcaf665e457546a34a42b14ebbf992d3617a64ae65addf32ab89cd7448008a275a4d73f9bcb1829f4eae67301841
Expand Down Expand Up @@ -3624,8 +3624,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@rsc-parser/embedded-example@workspace:examples/embedded-example"
dependencies:
"@eslint/eslintrc": "npm:^3.0.2"
"@eslint/js": "npm:^9.2.0"
"@eslint/eslintrc": "npm:3.0.2"
"@eslint/js": "npm:9.2.0"
"@rsc-parser/embedded": "workspace:^"
"@types/node": "npm:20.12.8"
"@types/react": "npm:18.3.1"
Expand All @@ -3640,7 +3640,7 @@ __metadata:
tailwindcss: "npm:3.4.3"
turbo: "npm:1.13.3"
typescript: "npm:5.4.5"
typescript-eslint: "npm:^7.8.0"
typescript-eslint: "npm:7.8.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15937,7 +15937,7 @@ __metadata:
languageName: node
linkType: hard

"typescript-eslint@npm:7.8.0, typescript-eslint@npm:^7.8.0":
"typescript-eslint@npm:7.8.0":
version: 7.8.0
resolution: "typescript-eslint@npm:7.8.0"
dependencies:
Expand Down

0 comments on commit 5ebde3c

Please sign in to comment.