Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- run:
command: |
node -v
yarn global add node-gyp@10.2.0
npm install -g node-gyp@10.2.0
python -m pip install --upgrade pip
pip install setuptools
mkdir apps/remixdesktop/build
Expand Down
6 changes: 3 additions & 3 deletions apps/remixdesktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"selenium-standalone": "^9.3.1",
"tree-kill": "^1.2.2",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.1.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack": "^5.99.6",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"yarn": "^1.22.21"
Expand Down
Loading