Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Apr 17, 2022
1 parent a6894c2 commit 21fecbf
Show file tree
Hide file tree
Showing 3 changed files with 1,127 additions and 1,207 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ The component accepts these props:
## Run examples on your localhost

* Clone this repo
* Make sure you have node-js `>=16.9` and [pnpm](https://pnpm.io/) `>=6.23` pre-installed
* Make sure you have node-js `>=16.9` and [pnpm](https://pnpm.io/) `>=6.32` pre-installed
* Install dependencies `pnpm install`
* Run webpack dev server `npm start`
* This should open the demo page in your default web browser
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@
"prepublishOnly": "npm run test && npm run build"
},
"dependencies": {
"flatpickr": "^4.6.9"
"flatpickr": "^4.6.13"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@vue/compiler-sfc": "^3.2.30",
"@vue/test-utils": "^2.0.0-rc.17",
"babel-jest": "^27.5.0",
"babel-loader": "^8.2.3",
"@vue/compiler-sfc": "^3.2.33",
"@vue/test-utils": "^2.0.0-rc.20",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"bootstrap": "^4.6",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.0",
"mini-css-extract-plugin": "^2.5.3",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.6.0",
"style-loader": "^3.3.1",
"vue": "^3.2.30",
"vue": "^3.2.33",
"vue-loader": "^17.0.0",
"webpack": "^5.68.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
"webpack-dev-server": "^4.8.1"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
Loading

0 comments on commit 21fecbf

Please sign in to comment.