Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed May 29, 2023
1 parent e7527be commit 5ced721
Show file tree
Hide file tree
Showing 5 changed files with 2,025 additions and 1,882 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: 18.x

- name: Install pnpm
run: npm install -g pnpm@^7
run: npm install -g pnpm@^8

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shamefully-hoist=true
auto-install-peers=false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ let loader = Vue.$loading.show({
## Run examples on your localhost

* Clone this repo
* Make sure you have node-js `>=18.12` and [pnpm](https://pnpm.io/) `>=7.12` pre-installed
* Make sure you have node-js `>=18.16` and [pnpm](https://pnpm.io/) `>=8.x` 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
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@
"prepublishOnly": "npm run test && npm run build"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"@vue/test-utils": "^1.1.4",
"@vue/vue2-jest": "^29.2.2",
"babel-jest": "^29.0.0",
"@vue/vue2-jest": "^29.2.4",
"babel-jest": "^29.5.0",
"babel-loader": "^9.0.0",
"bootstrap": "^4.6.0",
"css-loader": "^6.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.4.1",
"mini-css-extract-plugin": "^2.6.0",
"style-loader": "^3.0.0",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mini-css-extract-plugin": "^2.7.6",
"style-loader": "^3.3.3",
"vue": "^2.6.12",
"vue-loader": "^15.10",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.0"
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"peerDependencies": {
"vue": "^2.7.0"
Expand Down
Loading

0 comments on commit 5ced721

Please sign in to comment.