16 Commits

Author SHA1 Message Date
Sagar Sharma
626bf6ab65
Merge pull request #228 from frappe/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.5.0 to 2.8.9
2022-12-30 11:37:53 +05:30
Sagar Sharma
d12cc0d24e
Merge pull request #227 from frappe/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.5 to 4.17.21
2022-12-30 11:37:30 +05:30
Sagar Sharma
1e1498f394
Merge pull request #218 from frappe/dependabot/npm_and_yarn/y18n-3.2.2
Bump y18n from 3.2.1 to 3.2.2
2022-12-30 11:36:51 +05:30
Sagar Sharma
cd56d6eeb1
Merge pull request #159 from frappe/dependabot/npm_and_yarn/merge-1.2.1
Bump merge from 1.2.0 to 1.2.1
2022-12-30 11:35:32 +05:30
Sagar Sharma
351fce3a41
Merge pull request #158 from frappe/dependabot/npm_and_yarn/extend-3.0.2
Bump extend from 3.0.1 to 3.0.2
2022-12-30 11:34:29 +05:30
Sagar Sharma
469dfa3155
Merge pull request #267 from frappe/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
2022-12-30 11:33:27 +05:30
dependabot[bot]
393b00639c
Bump qs from 6.4.0 to 6.4.1
Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 08:35:11 +00:00
dependabot[bot]
e095e4c028
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/npm/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/ini/compare/v1.3.5...v1.3.8)

---
updated-dependencies:
- dependency-name: ini
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 04:55:36 +00:00
dependabot[bot]
5b3268737b
Bump lodash from 4.17.5 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.5...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 04:55:31 +00:00
dependabot[bot]
8b396e4d50
Bump extend from 3.0.1 to 3.0.2
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 04:55:29 +00:00
dependabot[bot]
9cf9ebb967
Bump merge from 1.2.0 to 1.2.1
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/yeikos/js.merge/releases)
- [Commits](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 04:55:21 +00:00
Faris Ansari
6233b6cd4b chore: update rollup config
- minify css
- sourcemap
- github action to auto-publish on npm
2022-04-28 10:23:58 +05:30
dependabot[bot]
05f4d069a6
Bump hosted-git-info from 2.5.0 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 07:32:24 +00:00
dependabot[bot]
3dc56ddd3f
Bump y18n from 3.2.1 to 3.2.2
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 18:03:09 +00:00
Faris Ansari
bb755e6b42 chore: Update rollup-plugin-sass 2020-06-19 18:12:25 +05:30
Faris Ansari
8c082e7bc9
[v0.1.0] Major Refactor (#57)
* [v0.1.0] Major Refactor

- Remove moment and Snap dependencies
- Use Rollup as build tool
- Use Prettier for linting/styling
- Use Jest for testing
- Use yarn

* Change Bar hover behaviour, Bar animation

* Corner radius configurable
2018-02-17 23:40:58 +05:30