@conorheffron/ironoc-frontend 8.0.5 → 8.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,15 +9,15 @@ The ironoc UI built with react for personal portfolio website.
9
9
  - [GitHub Repository](https://github.com/conorheffron/ironoc)
10
10
  - [Frontend Source Code](https://github.com/conorheffron/ironoc/tree/main/frontend)
11
11
  - See project README.md [here](https://github.com/conorheffron/ironoc/blob/main/README.md)
12
- - See npmjs package details here [https://www.npmjs.com/package/@conorheffron/ironoc-frontend](https://www.npmjs.com/package/@conorheffron/ironoc-frontend)
13
- - See GitHub package details here [https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend](https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend)
12
+ - See `npmjs package` details here [https://www.npmjs.com/package/@conorheffron/ironoc-frontend](https://www.npmjs.com/package/@conorheffron/ironoc-frontend)
13
+ - See `GitHub package` details here [https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend](https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend)
14
14
 
15
15
  ## Getting Started with iRonoc React App
16
16
 
17
17
  ## Prerequisites
18
18
 
19
- - [Node.js](https://nodejs.org/) (v24 (LTS) recommended)
20
- - [npm](https://www.npmjs.com/) (comes with Node.js 11.6.2)
19
+ - [Node.js](https://nodejs.org/) (`v24` (LTS) recommended)
20
+ - [npm](https://www.npmjs.com/) (comes with Node.js `11.6.2`)
21
21
 
22
22
  ## Tech Stack
23
23
  - ReactJs 19, Axios, Apollo Client, GraphQL, HTML5+CSS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conorheffron/ironoc-frontend",
3
- "version": "8.0.5",
3
+ "version": "8.0.7",
4
4
  "private": false,
5
5
  "license": "GPL-3.0-or-later",
6
6
  "dependencies": {