wrappid / wrappid-app

A frontend boilerplate template application built for using Wrappid framework, which enables simultaneous development of web and mobile application
https://www.github.com/wrappid
MIT License
10 stars 6 forks source link

fix(config): :bug: changes in package-lock, package, RoutesRegistry, wrappid.conf #121

Closed chirag-uemk closed 2 months ago

chirag-uemk commented 2 months ago

A solution to this can be found in the following changes in the code, where devDependencies were updated, defaultRoute was updated to defaultAppRoute, in wrappid.conf.json, and defaultAppRoute was updated iin RoutesRegistry.

wrappid/wrappid-app#120

Description

A solution to this can be found in the following changes in the code :

devDependencies in package.json can be updated to :

"devDependencies": {
    "@commitlint/cli": "17.5.0",
    "@commitlint/config-conventional": "17.4.4",
    "@commitlint/prompt-cli": "17.5.0",
    "@wrappid/core": "0.0.469",
    "@wrappid/styles": "0.0.149",
    "eslint": "8.56.0",
    "eslint-plugin-etc": "2.0.3",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-sort-keys-fix": "1.1.2",
    "eslint-plugin-unused-imports": "2.0.0",
    "husky": "8.0.3",
    "license-checker": "25.0.1",
    "react": "18.2.0",
    "redux": "4.2.0",
    "standard-version": "9.5.0"
  }

defaultRoute can be updated to : "defaultRoute": "defaultAppRoute",

in dev, stage and env in wrappid.conf.json

defaultRoute can be updated to defaultAppRoute

in RoutesRegistery.js.

Related Issues

Testing

Checklist

Screenshots (if applicable)

Additional Notes

Reviewers


Maintainer Notes