Skip to content

Commit

Permalink
Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Jul 11, 2024
1 parent 3a1c69e commit 5d50971
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 84 deletions.
179 changes: 111 additions & 68 deletions package-lock.json

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

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@
},
"homepage": "https://github.com/ndlano/h5p-escape-room#readme",
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.1",
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-ndla-h5p": "github:NDLANO/eslint-config-ndla-h5p",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-react": "^7.34.1",
"mini-css-extract-plugin": "^2.8.1",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"webpack": "^5.90.3",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-react": "^7.34.3",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.77.7",
"sass-loader": "^14.2.1",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"he": "^1.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}

0 comments on commit 5d50971

Please sign in to comment.