Skip to content

Commit

Permalink
build: update node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinKruglov committed May 30, 2024
1 parent 8cefaa7 commit 2436031
Show file tree
Hide file tree
Showing 2 changed files with 826 additions and 624 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "sct-buy-for-your-school",
"private": true,
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/core": "^7.24.6",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@hods/timeline": "^0.4.0",
Expand All @@ -16,20 +16,21 @@
"babel-plugin-macros": "^3.1.0",
"core-js": "^3.36.1",
"dropzone": "^6.0.0-beta.2",
"express": "^4.17.3",
"govuk-frontend": "^5.2.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"sass": "^1.72.0",
"tinymce": "^7.0.0",
"webpack": "^5.9.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.3.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"jest-environment-jsdom": "^29.6.1",
"webpack-dev-server": "^5.0.3"
"webpack-dev-server": "^5.0.4"
},
"babel": {
"presets": [
Expand Down
Loading

0 comments on commit 2436031

Please sign in to comment.