Skip to content

Commit

Permalink
[major] upgrade xarc-create-app package dependencies to refer react 18 (
Browse files Browse the repository at this point in the history
#1903)

* major: upgrade xarc-create-app package dependencies to refer react 18

* minor: update create-app-demo sample app

Co-authored-by: Srinath Muthyala <[email protected]>
  • Loading branch information
smuthya and srinathm85 committed Aug 11, 2022
1 parent 36f2742 commit e60e438
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions packages/xarc-create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@babel/preset-env": "^7.6.2",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@xarc/app": "^10.0.12",
"@xarc/app-dev": "^10.0.12",
"@xarc/app": "^11.0.0",
"@xarc/app-dev": "^11.0.0",
"@xarc/module-dev": "^2.2.4",
"@xarc/react": "^0.3.3",
"@xarc/react-query": "^0.3.2",
"@xarc/react-redux": "^0.3.2",
"@xarc/react": "^1.0.0",
"@xarc/react-query": "^1.0.0",
"@xarc/react-redux": "^1.0.0",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"chalker": "^1.2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/xarc-create-app/template/_package.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ module.exports = (base, merge) => {
},
dependencies: {
"@babel/runtime": "^7.12.5",
"@xarc/app": "^9.0.3", // version will come from ../package.json
"@xarc/app": "^11.0.0", // version will come from ../package.json
"@xarc/fastify-server": "^3.2.3",
"@xarc/react": "^0.1.0", // version will come from ../package.json
"@xarc/react-query": "^0.1.3", // version will come from ../package.json
"@xarc/react-redux": "^0.1.6", // version will come from ../package.json
"@xarc/react": "^1.0.0", // version will come from ../package.json
"@xarc/react-query": "^1.0.0", // version will come from ../package.json
"@xarc/react-redux": "^1.0.0", // version will come from ../package.json
},
devDependencies: {
"@types/node": "^14.14.6",
"@xarc/app-dev": "^9.0.3", // version will come from ../package.json
"@xarc/opt-postcss": "^1.0.0",
"@xarc/opt-stylus": "^1.0.0",
"@xarc/app-dev": "^11.0.0", // version will come from ../package.json
"@xarc/opt-postcss": "^2.0.0",
"@xarc/opt-stylus": "^2.0.0",
prettier: "^2.2.1",
"ts-node": "^9.1.1",
typescript: "^4.1.3",
Expand Down
14 changes: 7 additions & 7 deletions samples/create-app-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@xarc/app": "^10.0.9",
"@xarc/app": "^11.0.0",
"@xarc/fastify-server": "^3.2.3",
"@xarc/react": "^0.3.1",
"@xarc/react-query": "^0.3.0",
"@xarc/react-redux": "^0.3.0"
"@xarc/react": "^1.0.0",
"@xarc/react-query": "^1.0.0",
"@xarc/react-redux": "^1.0.0"
},
"devDependencies": {
"@types/node": "^14.14.6",
"@xarc/app-dev": "^10.0.9",
"@xarc/opt-postcss": "^1.0.0",
"@xarc/opt-stylus": "^1.0.0",
"@xarc/app-dev": "^11.0.0",
"@xarc/opt-postcss": "^2.0.0",
"@xarc/opt-stylus": "^2.0.0",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
Expand Down

0 comments on commit e60e438

Please sign in to comment.