Skip to content

Commit

Permalink
Merge pull request #915 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
icewind1991 committed Jun 21, 2023
2 parents c4376eb + e4ea2d1 commit f221f65
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions package.json
@@ -1,63 +1,63 @@
{
"scripts": {
"dev": "NODE_ENV=development webpack --config webpack/dev.config.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack/dev.config.js",
"build": "NODE_ENV=production webpack --progress --config webpack/prod.config.js"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@nextcloud/browserslist-config": "^2.3.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.2.12",
"@types/react-responsive": "^8.0.5",
"babel-loader": "8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"json-loader": "0.5.7",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.24",
"postcss-loader": "^7.3.3",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^8.4.2",
"react-a11y": "1.1.0",
"react-transition-group": "^4.4.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.3",
"typescript": "^4.8.4",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": "^16.0.0",
"npm": "^8.0.0"
},
"dependencies": {
"@babel/runtime": "^7.22.5",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.1.1",
"json-string-splitter": "^1.0.0",
"lodash.debounce": "^4.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive": "9.0.2",
"react-scrolla": "0.3.1"
},
"overrides": {
"react-scrolla": {
"react": "18.2.0"
},
"react-addons-css-transition-group": {
"react": "18.2.0"
}
},
"browserslist": [
"last 2 versions, not dead, > 0.2%"
]
"scripts": {
"dev": "NODE_ENV=development webpack --config webpack/dev.config.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack/dev.config.js",
"build": "NODE_ENV=production webpack --progress --config webpack/prod.config.js"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@nextcloud/browserslist-config": "^2.3.0",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.2.12",
"@types/react-responsive": "^8.0.5",
"babel-loader": "8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"json-loader": "0.5.7",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.24",
"postcss-loader": "^7.3.3",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^8.4.2",
"react-a11y": "1.1.0",
"react-transition-group": "^4.4.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.3",
"typescript": "^4.8.4",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
},
"dependencies": {
"@babel/runtime": "^7.22.5",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.1.1",
"json-string-splitter": "^1.0.0",
"lodash.debounce": "^4.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive": "9.0.2",
"react-scrolla": "0.3.1"
},
"overrides": {
"react-scrolla": {
"react": "18.2.0"
},
"react-addons-css-transition-group": {
"react": "18.2.0"
}
},
"browserslist": [
"last 2 versions, not dead, > 0.2%"
]
}

0 comments on commit f221f65

Please sign in to comment.