Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit fffffca

Browse files
committed
updated template version
1 parent 895f49d commit fffffca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/cra-template-agile-typescript/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\""
66
},
77
"dependencies": {
8-
"@agile-ts/core": "^0.2.3",
9-
"@agile-ts/react": "^0.2.0",
8+
"@agile-ts/core": "^0.2.6",
9+
"@agile-ts/react": "^0.2.2",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",
1212
"react-scripts": "^4.0.3"

packages/cra-template-agile/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\""
66
},
77
"dependencies": {
8-
"@agile-ts/core": "^0.2.3",
9-
"@agile-ts/react": "^0.2.0",
8+
"@agile-ts/core": "^0.2.6",
9+
"@agile-ts/react": "^0.2.2",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",
1212
"react-scripts": "4.0.3"

0 commit comments

Comments
 (0)