Skip to content

Commit

Permalink
Merge pull request #374 from nextcloud/automated/update-engines/default
Browse files Browse the repository at this point in the history
chore: update node engines to next LTS
  • Loading branch information
Florian committed Jun 22, 2023
2 parents b134f6e + 9c0bdce commit fc07fed
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
{
"name": "tables",
"description": "Manage data within tables.",
"version": "0.5.1",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
},
"repository": {
"url": "https://github.com/nextcloud/tables",
"type": "git"
},
"url": "https://github.com/nextcloud/tables/wiki",
"license": "agpl",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"serve": "NODE_ENV=development webpack serve --progress --config webpack.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint 'css/*.css' 'css/*.scss' 'src/**/*.scss' 'src/**/*.vue'",
"stylelint:fix": "stylelint 'css/*.css' 'css/*.scss' 'src/**/*.scss' 'src/**/*.vue' --fix"
},
"dependencies": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^4.0.1",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.0",
"@tiptap/extension-character-count": "^2.0.3",
"@tiptap/extension-task-item": "^2.0.3",
"@tiptap/extension-task-list": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-2": "^2.0.3",
"debounce": "^1.2.1",
"vue": "^2.7.14",
"vue-material-design-icons": "^5.2.0",
"vue-papa-parse": "^3.1.0",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/cypress": "^1.0.0-beta.2",
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.5.1",
"cypress": "^12.14.0",
"sass": "^1.63.4",
"sass-loader": "^13.3.2"
}
"name": "tables",
"description": "Manage data within tables.",
"version": "0.5.1",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
},
"repository": {
"url": "https://github.com/nextcloud/tables",
"type": "git"
},
"url": "https://github.com/nextcloud/tables/wiki",
"license": "agpl",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"serve": "NODE_ENV=development webpack serve --progress --config webpack.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint 'css/*.css' 'css/*.scss' 'src/**/*.scss' 'src/**/*.vue'",
"stylelint:fix": "stylelint 'css/*.css' 'css/*.scss' 'src/**/*.scss' 'src/**/*.vue' --fix"
},
"dependencies": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^4.0.1",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.0",
"@tiptap/extension-character-count": "^2.0.3",
"@tiptap/extension-task-item": "^2.0.3",
"@tiptap/extension-task-list": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-2": "^2.0.3",
"debounce": "^1.2.1",
"vue": "^2.7.14",
"vue-material-design-icons": "^5.2.0",
"vue-papa-parse": "^3.1.0",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/cypress": "^1.0.0-beta.2",
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.5.1",
"cypress": "^12.14.0",
"sass": "^1.63.4",
"sass-loader": "^13.3.2"
}
}

0 comments on commit fc07fed

Please sign in to comment.