Skip to content

Commit

Permalink
Merge pull request #419 from dotkernel/issue-418
Browse files Browse the repository at this point in the history
Issue 418
  • Loading branch information
arhimede authored Feb 13, 2024
2 parents 228d122 + 99d8a1f commit f98385f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,42 @@
},
"homepage": "https://github.com/dotkernel/frontend#readme",
"devDependencies": {
"autoprefixer": "^10.4.14",
"babel-core": "7.0.0-bridge.0",
"autoprefixer": "^10.4.17",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.7.0",
"bootstrap": "^5.3.0",
"bootstrap": "^5.3.2",
"bootstrap-fileinput": "^5.5.2",
"bootstrap-sass": "^3.4.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"css-loader": "^6.10.0",
"file-loader": "^6.2.0",
"imports-loader": "^4.0.1",
"jquery": "^3.7.0",
"imports-loader": "^5.0.0",
"jquery": "^3.7.1",
"jquery-mousewheel": "^3.1.13",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"mini-css-extract-plugin": "^2.8.0",
"postcss-loader": "^8.1.0",
"pre-commit": "^1.2.2",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"sass-loader": "^14.1.0",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"tippy.js": "^6.3.7",
"toastr": "^2.1.4",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap-slider": "^11.0.2",
"npm": "^9.8.0",
"pdfjs-dist": "^3.8.162",
"npm": "^9.9.2",
"pdfjs-dist": "^4.0.379",
"pdfobject": "^2.2.12",
"sass": "^1.63.6",
"sweetalert2": "11.4.4"
"sass": "^1.70.0",
"sweetalert2": "^11.10.5"
}
}
4 changes: 2 additions & 2 deletions public/css/app.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions public/js/app.js

Large diffs are not rendered by default.

0 comments on commit f98385f

Please sign in to comment.