Skip to content

Commit

Permalink
Updated further dependencies in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Feb 21, 2024
1 parent 63cf2d7 commit 04a0b4a
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 146 deletions.
187 changes: 48 additions & 139 deletions examples/package-lock.json

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

14 changes: 7 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"bootstrap": "^5.3.0",
"reflect-metadata": "^0.1.13",
"bootstrap": "^5.3.3",
"reflect-metadata": "^0.2.1",
"sprotty": "~1.1.0"
},
"devDependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^6.10.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "~9.5.0",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"ts-loader": "~9.5.1",
"typescript": "~5.3.0",
"webpack": "~5.90.0",
"webpack-cli": "~5.1.0"
"webpack": "~5.90.3",
"webpack-cli": "~5.1.4"
},
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit 04a0b4a

Please sign in to comment.