Skip to content

Commit

Permalink
bump driver in arc
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Sep 25, 2023
1 parent 79e5f06 commit db98906
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/neo4j-arc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@rollup/plugin-alias": "^3.1.9",
"@types/react": "^17.0.40",
"esbuild": "^0.14.26",
"neo4j-driver-core": "^5.3.0",
"neo4j-driver-core": "5.9.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.70.1",
Expand Down Expand Up @@ -67,7 +67,7 @@
"styled-components": "^5.3.5"
},
"peerDependencies": {
"neo4j-driver-core": "^5.3.0",
"neo4j-driver-core": "5.9.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
8 changes: 4 additions & 4 deletions src/neo4j-arc/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -805,10 +805,10 @@ ms@2.1.2:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

neo4j-driver-core@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/neo4j-driver-core/-/neo4j-driver-core-5.3.0.tgz#c3bf55a5d36565ea76bab7673e0c579af4387011"
integrity sha512-MGxHCU0Pt13ElxYZkObWoxZ8O5y0Guf/R3rcogDUktG6cp69rc+lWxZAR7HbsL+gc8NrdJlIxR7dIud7B3bhAA==
neo4j-driver-core@5.9.2:
version "5.9.2"
resolved "https://registry.yarnpkg.com/neo4j-driver-core/-/neo4j-driver-core-5.9.2.tgz#354a2a4cb967c3202acb4e7a2d2335d3d609cb3b"
integrity sha512-z8ZsEEH8e86RsbFUbIrz+YOU/38D316C1b6OqSOoT93IhSzRNQNnrI0pKYKUDKPvI8Ud9acmhQvtIlisZ1gQkA==

object-assign@^4.1.1:
version "4.1.1"
Expand Down

0 comments on commit db98906

Please sign in to comment.