Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f7e6306
Merge pull request #50 from ob-f/master
sparsh3dwe Feb 25, 2026
e9835bc
update: react blockly dependencies
hardikgarg02 Mar 12, 2026
d9a3a0d
update: controller-dependency
hardikgarg02 Mar 12, 2026
f11f07a
added: blockly config workflow
harishthakur52 Mar 16, 2026
a42d7bd
Merge pull request #52 from 3dwesupport/feature/web-packages-workflow
hardikgarg02 Mar 17, 2026
9941871
fix: open-code directory path
harishthakur52 Mar 17, 2026
8b947fb
Merge pull request #53 from 3dwesupport/feature/web-packages-workflow
hardikgarg02 Mar 17, 2026
9f16596
update pull and push brach for blockly
harishthakur52 Mar 17, 2026
2868ea3
Merge pull request #54 from 3dwesupport/feature/web-packages-workflow
hardikgarg02 Mar 17, 2026
5512520
chore: update dependencies and versions for flutter controller
harishthakur52 Mar 18, 2026
dbdb5a1
updated: ios robot app pod deployment target version
hardikgarg02 Mar 19, 2026
8d11748
Merge branch 'chore/dependency-updates' of https://github.com/3dwesup…
harishthakur52 Mar 20, 2026
48b5b82
solve merge conflict
harishthakur52 Mar 20, 2026
8d5f660
updated blockly core 12.5.0
harishthakur52 Mar 20, 2026
52137f4
fix: Update Blockly Sub-pakages and align toolbox colour and spacing
harishthakur52 Mar 23, 2026
1b2ff67
fix: Adjust the height blocklyToolbox
harishthakur52 Mar 23, 2026
1b27ae8
Merge pull request #55 from 3dwesupport/feature/web-packages-workflow
hardikgarg02 Mar 23, 2026
677f7ed
change node-versionto 20 for blockly workflow
harishthakur52 Mar 23, 2026
762f322
Merge pull request #56 from 3dwesupport/feature/web-packages-workflow
hardikgarg02 Mar 23, 2026
95f1ed5
Fixed ios flutter controller build
harishthakur52 Apr 1, 2026
789a568
added: clean up job for running server
harishthakur52 Apr 7, 2026
ac28108
ios: align deployment target to 13.0
harishthakur52 Apr 7, 2026
21537bc
Sync iphone deployment target to 13.0
harishthakur52 Apr 7, 2026
0dbc78e
Updated framework to VITE
harishthakur52 Apr 10, 2026
5be81dc
correct malformed video tag causing parse error
harishthakur52 Apr 13, 2026
c218508
removed unused sound block feild
harishthakur52 Apr 17, 2026
80829f4
update Flutter controller Android versioning to match git releases
harishthakur52 May 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions controller/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"license": "ISC",
"dependencies": {
"@firebase/firestore": "^4.6.4",
"dotenv": "^16.4.5",
"firebase": "^10.1.0",
"@firebase/firestore": "^4.12.0",
"dotenv": "^17.3.1",
"firebase": "^12.10.0",
"js-cookie": "^3.0.5",
"ws": "^8.17.1"
"ws": "^8.19.0"
Comment on lines +32 to +36

Copilot AI Apr 7, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

controller/web-server/package-lock.json still references the prior versions (e.g., firebase: ^10.1.0), so the lockfile is now out of sync with this updated package.json. Update and commit the regenerated lockfile (or delete it if you don't want lockfile installs).

Copilot uses AI. Check for mistakes.
}
}
14 changes: 7 additions & 7 deletions controller/web-server/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"author": "Nitish Pratap",
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"cookie-parser": "~1.4.7",
"debug": "~4.4.3",
"dnssd2": "^1.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"ejs": "^5.0.1",
"express": "^5.2.1",
"http-errors": "~2.0.1",
"morgan": "~1.10.1",
"net": "^1.0.2",
"ws": "^7.5.0"
"ws": "^8.19.0"
Comment on lines +13 to +21

Copilot AI Apr 7, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package-lock.json is still pinned to the previous dependency set (e.g., it still lists debug: ~2.6.9), so installs using the lockfile will not match this updated package.json. Regenerate and commit the updated lockfile (or remove the lockfile if you intentionally don't want it tracked) to keep dependency resolution reproducible.

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@types/express": "^4.17.11",
Expand Down
31 changes: 15 additions & 16 deletions open-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,33 @@
"@blockly/plugin-modal": "^6.0.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@firebase/firestore": "^4.1.3",
"@mui/material": "^5.14.7",
"@firebase/firestore": "^4.12.0",
"@mui/material": "^7.3.9",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"ace-builds": "^1.24.1",
"ace-builds": "^1.43.6",
"blockly": "^10.1.3",
"compressorjs": "^1.2.1",
"crypto-browserify": "^3.12.0",
"firebase": "^10.3.1",
"firebase-admin": "^11.10.1",
"firebaseui": "^6.1.0",
"crypto-browserify": "^3.12.1",
"firebase": "^12.9.0",
"firebase-admin": "^13.6.1",
"heic2any": "^0.0.4",
"js-tokens": "^8.0.1",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"nanoid": "^5.0.4",
"qrcode.react": "^3.1.0",
"js-tokens": "^10.0.0",
"jsonwebtoken": "^9.0.3",
"moment": "^2.30.1",
"nanoid": "^5.1.6",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-cookie-consent": "^8.0.1",
"react-datepicker": "^4.16.0",
"react-cookie-consent": "^10.0.1",
"react-datepicker": "^9.1.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.15.0",
"react-router-dom": "^7.13.1",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.3"
"react-toastify": "^11.0.5"
},
"devDependencies": {
"source-map-loader": "^4.0.1"
Expand Down
Loading