summaryrefslogtreecommitdiffstats
path: root/package-lock.json
AgeCommit message (Expand)Author
2023-11-16Build(deps): Bump @nextcloud/password-confirmation from 4.0.4 to 4.1.0dependabot[bot]
2023-11-16Build(deps-dev): Bump @types/lodash from 4.14.197 to 4.14.201dependabot[bot]
2023-11-15Build(deps-dev): Bump vue-multiselect from 2.1.7 to 2.1.8dependabot[bot]
2023-11-15Build(deps-dev): Bump stylelint-webpack-plugin from 2.5.0 to 4.1.1dependabot[bot]
2023-11-15Build(deps-dev): Bump regenerator-transform from 0.15.1 to 0.15.2dependabot[bot]
2023-11-15Build(deps-dev): Bump @babel/core from 7.22.9 to 7.23.3dependabot[bot]
2023-11-13Build(deps): Bump vue and vue-template-compilerdependabot[bot]
2023-11-13Build(deps): Bump @nextcloud/l10n from 1.6.0 to 2.2.0dependabot[bot]
2023-11-12Build(deps-dev): Bump eslint-plugin-vue from 9.16.1 to 9.18.1dependabot[bot]
2023-11-11Build(deps-dev): Bump eslint-plugin-standard from 4.1.0 to 5.0.0dependabot[bot]
2023-11-11Build(deps-dev): Bump @babel/preset-typescript from 7.22.5 to 7.23.3dependabot[bot]
2023-11-11Build(deps-dev): Bump webpack-merge from 5.9.0 to 5.10.0dependabot[bot]
2023-11-10Build(deps-dev): Bump jest-serializer-vue from 2.0.2 to 3.1.0dependabot[bot]
2023-11-10Build(deps-dev): Bump axios from 1.4.0 to 1.6.0dependabot[bot]
2023-11-10Build(deps): Bump @babel/traverse from 7.22.8 to 7.23.3dependabot[bot]
2023-11-10Build(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0dependabot[bot]
2023-11-10Build(deps): Bump @nextcloud/dialogs from 3.2.0 to 4.2.2dependabot[bot]
2023-11-07use @vue/vue2-jest package instead of vue-jestPaul Tirk
2023-11-07remove duplicate npm ci, don't use npm installBenjamin Brahmer
2023-10-28Build(deps): Bump browserify-sign from 4.2.1 to 4.2.2dependabot[bot]
2023-10-22Merge remote-tracking branch 'nextcloud/master' into master-mergeDevlin Junker
2023-10-19Build(deps-dev): Bump @babel/traverse from 7.21.2 to 7.23.2dependabot[bot]
2023-08-26More cleanup and started on unit testsDevlin Junker
2023-08-09upmerged from masterDevlin Junker
2023-07-23Build(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4dependabot[bot]
2023-07-08Build(deps): Bump fast-xml-parser from 4.2.4 to 4.2.5dependabot[bot]
2023-06-09Build(deps): Bump fast-xml-parser from 4.1.3 to 4.2.4dependabot[bot]
2023-03-15Build(deps): Bump webpack from 5.75.0 to 5.76.1 (#2157)dependabot[bot]
2023-03-13add cron status badge to admin settingBenjamin Brahmer
2023-01-04Bump json5 from 1.0.1 to 1.0.2 (#2045)dependabot[bot]
2022-12-06start on state/store testsDevlin Junker
2022-12-06split store into multiple filesDevlin Junker
2022-12-01move to dev dependenciesDevlin Junker
2022-12-01add back translate to admin main js fileDevlin Junker
2022-12-01add unit tests for admin settingsDevlin Junker
2022-12-01fix admin page getRequestToken() callDevlin Junker
2022-11-17Bump loader-utils from 1.4.1 to 1.4.2 (#1990)dependabot[bot]
2022-11-17fix extraneous import errorDevlin Junker
2022-11-17run npm install with node 18Devlin Junker
2022-11-17ensure admin settings page is workingDevlin Junker
2022-11-17upmerging master into vue-rewriteDevlin Junker
2022-11-09Bump loader-utils from 1.4.0 to 1.4.1 (#1979)dependabot[bot]
2022-11-02fix tests with proper mockingDevlin Junker
2022-11-02more package cleanup and some basic tests for SidebarDevlin Junker
2022-11-02clean up dependenciesDevlin Junker
2022-11-02use newer libraries and clean up eslintDevlin Junker
2022-11-02test file for each componentDevlin Junker
2022-11-02running single testDevlin Junker
2022-08-30Port admin settings to vue (#1880)Carl Schwan
2022-07-04[Vue Rewrite] Enable Typescript Vue Components (#1831)devlinjunker