Skip to content

Commit

Permalink
Update accounts, settings, onlyoffice dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Aug 19, 2021
1 parent 50c37d9 commit d7d46ac
Show file tree
Hide file tree
Showing 9 changed files with 2,243 additions and 2,041 deletions.
4 changes: 2 additions & 2 deletions accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"acceptance-tests": "cucumber-js --retry 1 --require-module @babel/register --require-module @babel/polyfill --require ${TEST_INFRA_DIRECTORY}/acceptance/setup.js --require ui/tests/acceptance/stepDefinitions --require ${TEST_INFRA_DIRECTORY}/acceptance/stepDefinitions --format node_modules/cucumber-pretty -t \"${TEST_TAGS:-not @skip and not @skipOnOC10}\""
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
Expand All @@ -35,7 +35,7 @@
"@rollup/plugin-replace": "^2.3.0",
"archiver": "^5.3.0",
"axios": "^0.21.1",
"core-js": "3",
"core-js": "^3.16.1",
"cross-env": "^7.0.3",
"cucumber": "^6.0.5",
"cucumber-pretty": ">=6.0.0",
Expand Down
35 changes: 3 additions & 32 deletions accounts/pkg/assets/embed.go

Large diffs are not rendered by default.

242 changes: 236 additions & 6 deletions accounts/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions onlyoffice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.13.12",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.14.5",
"@erquhart/rollup-plugin-node-builtins": "^2.1.5",
"@rollup/plugin-commonjs": "^17.1.0",
Expand All @@ -47,7 +47,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.8.0",
"eslint-plugin-vue": "^7.16.0",
"fs-extra": "^9.0.1",
"join-path": "^1.1.1",
"ldap": "^0.7.1",
Expand Down
4 changes: 2 additions & 2 deletions onlyoffice/pkg/assets/embed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,062 changes: 699 additions & 363 deletions onlyoffice/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"easygettext": "^2.7.0",
"eslint": "7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.8.0",
"fs-extra": "^9.0.1",
"fs-extra": "^10.0.0",
"join-path": "^1.1.1",
"ldap": "^0.7.1",
"nightwatch": "^1.6.0",
Expand Down
33 changes: 2 additions & 31 deletions settings/pkg/assets/embed.go

Large diffs are not rendered by default.

2,896 changes: 1,295 additions & 1,601 deletions settings/yarn.lock

Large diffs are not rendered by default.

0 comments on commit d7d46ac

Please sign in to comment.