Skip to content

Commit

Permalink
upgrade all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Dec 23, 2024
1 parent 6ceee53 commit 3496eb4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pin WASM build to a version known to work
WASM_BUILD_URL=https://output.circle-artifacts.com/output/job/fdf49786-06c1-4775-aaa3-15dc089efc12/artifacts/0/wasm/OpenSCAD-2024.12.22.wasm21804-WebAssembly-web.zip
WASM_BUILD_URL=https://output.circle-artifacts.com/output/job/4e9c7361-c5f2-46c8-a7ec-dc6ac1c6790a/artifacts/0/wasm/OpenSCAD-2024.12.23.wasm21824_PR5523-WebAssembly-web.zip
# WASM_SNAPSHOT_JS_URL=https://files.openscad.org/snapshots/.snapshot_wasm.js
# WASM_BUILD_URL=$(shell curl ${WASM_SNAPSHOT_JS_URL} 2>/dev/null | grep https | sed -E "s/.*(https:[^']+)'.*/\1/" )

Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
"dependencies": {
"@gltf-transform/core": "^4.1.1",
"@gltf-transform/extensions": "^4.1.1",
"@monaco-editor/loader": "^1.3.2",
"@monaco-editor/react": "^4.4.6",
"@testing-library/jest-dom": "^5.16.5",
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/debug": "^4.1.7",
"@types/debug": "^4.1.12",
"@types/jest": "^27.5.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"debug": "^4.3.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"debug": "^4.4.0",
"jszip": "^3.10.1",
"monaco-editor": "^0.36.1",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^10.8.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"scripts": {
"test:e2e": "jest",
Expand Down Expand Up @@ -50,34 +50,34 @@
]
},
"devDependencies": {
"@rollup/plugin-html": "^1.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-html": "^1.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@types/filesystem": "^0.0.32",
"@types/node": "^18.15.6",
"@web/rollup-plugin-html": "^1.11.0",
"@types/node": "^18.19.68",
"@web/rollup-plugin-html": "^1.11.1",
"concurrently": "^7.6.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-loader": "^6.11.0",
"jest": "^29.7.0",
"jest-puppeteer": "^11.0.0",
"livereload": "^0.9.3",
"puppeteer": "^23.11.1",
"rollup": "^2.79.1",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-css": "^1.0.0",
"rollup-plugin-css": "^1.0.10",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-watch": "^3.2.2",
"serve": "^14.2.0",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.2",
"tslib": "^2.6.3",
"webpack": "^5.76.3",
"serve": "^14.2.4",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"tslib": "^2.8.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2",
"workbox-webpack-plugin": "^7.1.0"
"workbox-webpack-plugin": "^7.3.0"
}
}

0 comments on commit 3496eb4

Please sign in to comment.