Skip to content

Commit

Permalink
update node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-jedrusiak committed Sep 23, 2024
1 parent 4c0b882 commit bbf6b17
Show file tree
Hide file tree
Showing 2 changed files with 1,435 additions and 1,518 deletions.
32 changes: 17 additions & 15 deletions velesresearch/website_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,33 @@
"name": "VelesSurvey",
"version": "0.0.0",
"main": "index.js",
"author": "Jakub Jędrusiak <[email protected]>",
"author": "Jakub Jędrusiak <[email protected]>",
"private": true,
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"style-loader": "^3.3.3",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.88.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^5.1.0"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --mode development"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"easy-autocomplete": "^1.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"showdown": "^2.1.0",
"survey-react-ui": "^1.9.95",
"surveyjs-widgets": "^1.9.121"
"survey-core": "^1.12.2",
"survey-react-ui": "^1.12.2",
"surveyjs-widgets": "^1.12.2"
}
}
Loading

0 comments on commit bbf6b17

Please sign in to comment.