Skip to content

Commit

Permalink
chore: Updated templates version
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 22, 2024
1 parent fb7abf7 commit 183c978
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/getting-started/apps/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "webpack --config webpack.build.js"
},
"devDependencies": {
"@squide/firefly-webpack-configs": "4.0.1",
"@squide/firefly-webpack-configs": "4.2.1",
"@swc/core": "1.7.23",
"@swc/helpers": "0.5.13",
"@types/react": "18.3.5",
Expand All @@ -29,7 +29,7 @@
},
"dependencies": {
"@getting-started/local-module": "workspace:*",
"@squide/firefly": "9.0.1",
"@squide/firefly": "9.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.1"
Expand Down
2 changes: 1 addition & 1 deletion templates/getting-started/apps/local-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "5.5.4"
},
"dependencies": {
"@squide/firefly": "9.0.1",
"@squide/firefly": "9.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.1"
Expand Down
4 changes: 2 additions & 2 deletions templates/getting-started/apps/remote-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "webpack --config webpack.build.js"
},
"devDependencies": {
"@squide/firefly-webpack-configs": "4.0.1",
"@squide/firefly-webpack-configs": "4.2.1",
"@swc/core": "1.7.23",
"@swc/helpers": "0.5.13",
"@types/react": "18.3.5",
Expand All @@ -28,7 +28,7 @@
"webpack-dev-server": "5.1.0"
},
"dependencies": {
"@squide/firefly": "9.0.1",
"@squide/firefly": "9.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.1"
Expand Down

0 comments on commit 183c978

Please sign in to comment.