aboutsummaryrefslogtreecommitdiff
path: root/yarn.lock
AgeCommit message (Collapse)Author
2020-08-01Merge pull request #7 from cooljith91112/dependabot/npm_and_yarn/elliptic-6.5.3Indrajith K L
Bump elliptic from 6.4.1 to 6.5.3
2020-08-01Merge pull request #6 from cooljith91112/dependabot/npm_and_yarn/lodash-4.17.19Indrajith K L
Bump lodash from 4.17.14 to 4.17.19
2020-08-01Merge pull request #5 from ↵Indrajith K L
cooljith91112/dependabot/npm_and_yarn/websocket-extensions-0.1.4 Bump websocket-extensions from 0.1.3 to 0.1.4
2020-08-01Merge pull request #4 from cooljith91112/dependabot/npm_and_yarn/acorn-5.7.4Indrajith K L
Bump acorn from 5.7.3 to 5.7.4
2020-08-01Merge pull request #3 from ↵Indrajith K L
cooljith91112/dependabot/npm_and_yarn/handlebars-4.5.3 Bump handlebars from 4.1.2 to 4.5.3
2020-08-01Merge pull request #2 from ↵Indrajith K L
cooljith91112/dependabot/npm_and_yarn/eslint-utils-1.4.3 Bump eslint-utils from 1.3.1 to 1.4.3
2020-07-31Bump elliptic from 6.4.1 to 6.5.3dependabot[bot]
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17Bump lodash from 4.17.14 to 4.17.19dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-07Bump websocket-extensions from 0.1.3 to 0.1.4dependabot[bot]
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <support@github.com>
2020-04-04Bump acorn from 5.7.3 to 5.7.4dependabot[bot]
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot[bot] <support@github.com>
2019-12-29Bump handlebars from 4.1.2 to 4.5.3dependabot[bot]
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <support@github.com>
2019-10-21Bump eslint-utils from 1.3.1 to 1.4.3dependabot[bot]
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3) Signed-off-by: dependabot[bot] <support@github.com>
2019-07-16Bump lodash.template from 4.4.0 to 4.5.0dependabot[bot]
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0) Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13Implements Bookmarks ListingIndrajith K L
Grid Adjustments Prepare for release
2019-07-12Initial CommitIndrajith K L
:tada: * Adds Manifest for Extension * Adds barebone messaging from extension and front-end * Adds .env to run react app under CSP
2019-07-12Initial commit from Create React AppIndrajith K L