Skip to content

Commit

Permalink
Update npm and node engines versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Aug 7, 2022
1 parent 81a63b0 commit 353d423
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"name": "@nextcloud/webpack-vue-config",
"version": "5.2.1",
"description": "A webpack vue config for nextcloud apps",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud/webpack-vue-config/issues"
},
"homepage": "https://github.com/nextcloud/webpack-vue-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/webpack-vue-config.git"
},
"keywords": [
"nextcloud",
"vue",
"vuejs",
"webpack",
"config",
"stylelint",
"eslint"
],
"main": "index.js",
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
},
"peerDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "2.0.1",
"sass": "^1.47.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "2.0.1",
"sass": "^1.47.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
}
"name": "@nextcloud/webpack-vue-config",
"version": "5.2.1",
"description": "A webpack vue config for nextcloud apps",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/nextcloud/webpack-vue-config/issues"
},
"homepage": "https://github.com/nextcloud/webpack-vue-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/webpack-vue-config.git"
},
"keywords": [
"nextcloud",
"vue",
"vuejs",
"webpack",
"config",
"stylelint",
"eslint"
],
"main": "index.js",
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"peerDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "2.0.1",
"sass": "^1.47.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "2.0.1",
"sass": "^1.47.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
}
}

0 comments on commit 353d423

Please sign in to comment.