diff --git a/.nvmrc b/.nvmrc index 3c03207..2bd5a0a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +22 diff --git a/README.md b/README.md index 6e73ab8..79eb3d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React Proto - React TypeScript Boilerplate -![node.js@21](https://img.shields.io/badge/node.js-21-339933?style=for-the-badge&logo=nodedotjs) ![typescript@5](https://img.shields.io/badge/typescript-5-3178C6?style=for-the-badge&logo=typescript) ![reactjs@18](https://img.shields.io/badge/Reactjs-18-61DAFB?style=for-the-badge&logo=react) ![webpack@5](https://img.shields.io/badge/webpack-5-8dd6f9?style=for-the-badge&logo=webpack) ![sass@1.6](https://img.shields.io/badge/sass-1.6-CC6699?style=for-the-badge&logo=sass) ![ts-standard](https://img.shields.io/badge/standard-ts-F3DF49?style=for-the-badge&logo=standardjs) +![node.js@22](https://img.shields.io/badge/node.js-22-339933?style=for-the-badge&logo=nodedotjs) ![typescript@5](https://img.shields.io/badge/typescript-5-3178C6?style=for-the-badge&logo=typescript) ![reactjs@18](https://img.shields.io/badge/Reactjs-18-61DAFB?style=for-the-badge&logo=react) ![webpack@5](https://img.shields.io/badge/webpack-5-8dd6f9?style=for-the-badge&logo=webpack) ![sass@1.7](https://img.shields.io/badge/sass-1.7-CC6699?style=for-the-badge&logo=sass) ![ts-standard](https://img.shields.io/badge/standard-ts-F3DF49?style=for-the-badge&logo=standardjs) @@ -8,6 +8,8 @@ This project is a compilation of different approaches in React development that allows not only to start a new project quickly, but to learn how it works under the hood. +You can also check a [React Proto Lite](https://github.com/StopNGo/react-proto-lite) - Template React project for fast SPA prototyping. It contains only everything necessary for Single Page Application projects without any server side parts. + --- - [Issue](#issue) - [What's Inside](#whats-inside) @@ -235,6 +237,6 @@ I welcome any feedbacks, suggestions and questions related to this project. You can leave them on [issues](https://github.com/StopNGo/react-proto/issues) or [discussions](https://github.com/StopNGo/react-proto/discussions) pages. -![Thank you!](http://media.riffsy.com/images/26d31721af290a7e42eae0498a4730a5/tenor.gif) +![Thank you!](https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExMTQ0MXQzcXBtaGhibWdqdW1tMGNnbmg3eTN5dnVuOG8xbGJndHBpOCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3L3SEE1rcsO1W/giphy.gif) **Thank you!** diff --git a/package.json b/package.json index 993b0e7..3e59c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-proto", - "version": "1.6.0", + "version": "1.6.1", "description": "React TypeScript Boilerplate", "author": "Max L Stop&Go", "license": "ISC",