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 Nov 17, 2023
1 parent 8727d3e commit 2e93045
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@
},
"devDependencies": {
"@apollo/client": "^3.8.6",
"@total-typescript/shoehorn": "^0.1.1",
"@tsconfig/recommended": "^1.0.3",
"@types/node": "^20.9.0",
"@total-typescript/shoehorn": "0.1.1",
"@tsconfig/recommended": "1.0.3",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-plugin-react": "latest",
"graphql": "^16.8.1",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vitest": "^0.30.1"
"graphql": "16.8.1",
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.0",
"ts-node": "10.9.1",
"typescript": "5.0.2",
"vitest": "0.30.1"
},
"peerDependencies": {
"@apollo/client": ">=3.8.0-rc || ^3.8.0 || >=3.9.0-alpha || >=3.9.0-beta || >=3.9.0-rc",
Expand Down

0 comments on commit 2e93045

Please sign in to comment.