Skip to content

Commit

Permalink
Patch certusone and WA, and include native asset load
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Dec 11, 2024
1 parent 14ac1b9 commit e02caa3
Show file tree
Hide file tree
Showing 11 changed files with 1,210 additions and 39 deletions.
24 changes: 3 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"near-api-js": "^0.44.2",
"notistack": "^1.0.10",
"numeral": "^2.0.6",
"patch-package": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
Expand All @@ -83,7 +84,7 @@
},
"scripts": {
"start": "react-app-rewired start",
"build": "sed -i '/enableWorkerThreads/d' node_modules/terser-webpack-plugin/dist/index.js && react-app-rewired build",
"build": "sed -i '' '/enableWorkerThreads/d' node_modules/terser-webpack-plugin/dist/index.js && react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"format": "npx prettier --write ./src",
Expand Down Expand Up @@ -136,7 +137,6 @@
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^13.2.3",
"os-browserify": "^0.3.0",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"prettier": "^3.0.2",
"process": "^0.11.10",
Expand Down
Loading

0 comments on commit e02caa3

Please sign in to comment.