Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-13 04:01:00 +0300
committerGitHub <noreply@github.com>2022-08-13 04:01:00 +0300
commitc5a7f1d3cebc549c48d06085ff42f07b4e929be0 (patch)
treecd747a3c703e76befb14e3f5cb2c3ab8e365788d
parentb9f383e8f9af8f3dd3e3bf97f302cce0d1097640 (diff)
Bump @nextcloud/browserslist-config from 2.2.0 to 2.3.0dependabot/npm_and_yarn/nextcloud/browserslist-config-2.3.0
Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/browserslist-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json20
-rw-r--r--package.json2
2 files changed, 13 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index f2cb752..9e5b254 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
- "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/browserslist-config": "^2.3.0",
"babel-loader": "8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
@@ -2034,10 +2034,14 @@
}
},
"node_modules/@nextcloud/browserslist-config": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.2.0.tgz",
- "integrity": "sha512-kC42RQW5rZjZZsRaEjVlIQpp6aW/yxm+zZdETnrRQnUzcPwBgF4wO4makfGT63Ckd+LkgUW+geesPiPRqxFVew==",
- "dev": true
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.3.0.tgz",
+ "integrity": "sha512-1Tpkof2e9Q0UicHWahQnXXrubJoqyiaqsH9G52v3cjGeVeH3BCfa1FOa41eBwBSFe2/Jxj/wCH2YVLgIXpWbBg==",
+ "dev": true,
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ }
},
"node_modules/@nextcloud/l10n": {
"version": "1.4.1",
@@ -7090,9 +7094,9 @@
}
},
"@nextcloud/browserslist-config": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.2.0.tgz",
- "integrity": "sha512-kC42RQW5rZjZZsRaEjVlIQpp6aW/yxm+zZdETnrRQnUzcPwBgF4wO4makfGT63Ckd+LkgUW+geesPiPRqxFVew==",
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/browserslist-config/-/browserslist-config-2.3.0.tgz",
+ "integrity": "sha512-1Tpkof2e9Q0UicHWahQnXXrubJoqyiaqsH9G52v3cjGeVeH3BCfa1FOa41eBwBSFe2/Jxj/wCH2YVLgIXpWbBg==",
"dev": true
},
"@nextcloud/l10n": {
diff --git a/package.json b/package.json
index c8f2a1b..0627c3f 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
- "@nextcloud/browserslist-config": "^2.2.0",
+ "@nextcloud/browserslist-config": "^2.3.0",
"babel-loader": "8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",