fix: update project name from online-shop to react-shop in package-lock.json

This commit is contained in:
Dan Dobos
2025-10-20 09:00:27 +02:00
parent e9c71c0502
commit 2b189d6763
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "online-shop", "name": "react-shop",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "online-shop", "name": "react-shop",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@reduxjs/toolkit": "^2.9.0", "@reduxjs/toolkit": "^2.9.0",