jquery version bump
This commit is contained in:
parent
53fee78e4f
commit
372181dd12
1 changed files with 5 additions and 4 deletions
|
|
@ -5,18 +5,19 @@
|
|||
"main": "src/js/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack",
|
||||
"build": "webpack build",
|
||||
"watch": "webpack --watch",
|
||||
"start": "webpack-dev-server --open --host 0.0.0.0 --port 80"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"fabric": "^4.0.0-beta.6",
|
||||
"jquery": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"css-loader": "^3.4.2",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-loader": "^3.0.3",
|
||||
"fabric": "^4.0.0-beta.6",
|
||||
"file-loader": "^5.0.2",
|
||||
"jquery": "^3.4.1",
|
||||
"style-loader": "^1.1.3",
|
||||
"webpack": "^4.41.6",
|
||||
"webpack-cli": "^3.3.11",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue