From 2ddc6243524db77916927f3cb8f408a7e2e33eb1 Mon Sep 17 00:00:00 2001 From: avenmia Date: Thu, 21 Dec 2023 16:46:57 -1000 Subject: [PATCH] Updating readme formatting (#187) * Updating readme formatting * Updating tanstack/react-query --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- src/README.md | 6 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7449e5..931b375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@next-auth/prisma-adapter": "^1.0.5", "@prisma/client": "^4.10.0", - "@tanstack/react-query": "^4.20.0", + "@tanstack/react-query": "^4.36.1", "@trpc/client": "^10.9.0", "@trpc/next": "^10.9.0", "@trpc/react-query": "^10.9.0", @@ -546,20 +546,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.22.4.tgz", - "integrity": "sha512-t79CMwlbBnj+yL82tEcmRN93bL4U3pae2ota4t5NN2z3cIeWw74pzdWrKRwOfTvLcd+b30tC+ciDlfYOKFPGUw==", + "version": "4.36.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.36.1.tgz", + "integrity": "sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.23.0.tgz", - "integrity": "sha512-cfQsrecZQjYYueiow4WcK8ItokXJnv+b2OrK8Lf5kF7lM9uCo1ilyygFB8wo4MfxchUBVM6Cs8wq4Ed7fouwkA==", + "version": "4.36.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.36.1.tgz", + "integrity": "sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==", "dependencies": { - "@tanstack/query-core": "4.22.4", + "@tanstack/query-core": "4.36.1", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -6350,16 +6350,16 @@ } }, "@tanstack/query-core": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.22.4.tgz", - "integrity": "sha512-t79CMwlbBnj+yL82tEcmRN93bL4U3pae2ota4t5NN2z3cIeWw74pzdWrKRwOfTvLcd+b30tC+ciDlfYOKFPGUw==" + "version": "4.36.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.36.1.tgz", + "integrity": "sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==" }, "@tanstack/react-query": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.23.0.tgz", - "integrity": "sha512-cfQsrecZQjYYueiow4WcK8ItokXJnv+b2OrK8Lf5kF7lM9uCo1ilyygFB8wo4MfxchUBVM6Cs8wq4Ed7fouwkA==", + "version": "4.36.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.36.1.tgz", + "integrity": "sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==", "requires": { - "@tanstack/query-core": "4.22.4", + "@tanstack/query-core": "4.36.1", "use-sync-external-store": "^1.2.0" } }, diff --git a/package.json b/package.json index 8ed2a65..e0df6ee 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@next-auth/prisma-adapter": "^1.0.5", "@prisma/client": "^4.10.0", - "@tanstack/react-query": "^4.20.0", + "@tanstack/react-query": "^4.36.1", "@trpc/client": "^10.9.0", "@trpc/next": "^10.9.0", "@trpc/react-query": "^10.9.0", diff --git a/src/README.md b/src/README.md index 65049e8..5457bbc 100644 --- a/src/README.md +++ b/src/README.md @@ -145,7 +145,7 @@ Getting started with SQLite Firstly, check if your machine already has SQLite. Many operating systems today come with SQLite pre-installed, but to verify run the following command: ```bash -$sqlite3 +$sqlite3 ``` If already installed, a message similar to the following will display: @@ -160,13 +160,13 @@ sqlite> If not already installed, continue below: - Windows Users +Windows Users - Checkout [SQLiteTutorial.net](https://www.sqlitetutorial.net/download-install-sqlite/) for a quick and simple Windows setup. Mac and Linux Users -1. Go to the [SQLite download page](https://www.sqlite.org/download.html) and download sqlite-autoconf-*.tar.gz from the **Source Code** section. +1. Go to the [SQLite download page](https://www.sqlite.org/download.html) and download sqlite-autoconf-\*.tar.gz from the **Source Code** section. 2. Run the following commands: ```bash