upgrade all packages
This commit is contained in:
parent
7057573134
commit
ae3b3bfc95
2 changed files with 25 additions and 25 deletions
48
package.json
48
package.json
|
|
@ -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",
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue