Skip to content

Commit

Permalink
fix: upgrade jquery version
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jan 24, 2024
1 parent 4f7a909 commit 27746f1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10,226 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ Following options are available:

## Todo's

- Suggestions are not refreshed / removed after keyboard delete
- Security MR
- Code coverage in CI/CD
- Deploy NPM package CI/CD
- Release new version
- Include vanilla version
- Refactoring code jquery
- More E2E
- Security MR
- More E2E
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
],
"author": "Steve Lebleu",
"license": "ISC",
"dependencies": {
"jquery": "^3.7.1"
},
"devDependencies": {
"@babel/runtime": "^7.23.6",
"cypress": "^13.6.3",
"html-loader": "^5.0.0",
"jquery": "3.1.1",
"node-sass": "^9.0.0",
"terser": "^5.26.0",
"webpack": "^5.89.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./js/jquery.kompleter.min.js"></script>

</head>
Expand Down
Loading

0 comments on commit 27746f1

Please sign in to comment.