1
Fork 0
Commit graph

18 commits

Author SHA1 Message Date
prescientmoon 4ea503d68b
Add 2024-05-12 04:21:28 +02:00
dependabot[bot] d967b6cfe9
typescript(lunargame/api): Bump dot-prop from 4.2.0 to 4.2.1
typescript(lunargame/api):
typescript(lunargame/api): Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
typescript(lunargame/api): - [Release notes](https://github.com/sindresorhus/dot-prop/releases)
typescript(lunargame/api): - [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1)
typescript(lunargame/api):
typescript(lunargame/api): Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: prescientmoon <git@moonythm.dev>
2020-12-11 18:47:35 +00:00
dependabot[bot] fddb2970a3
typescript(lunargame/api): Bump ini from 1.3.5 to 1.3.7
typescript(lunargame/api):
typescript(lunargame/api): Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
typescript(lunargame/api): - [Release notes](https://github.com/isaacs/ini/releases)
typescript(lunargame/api): - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)
typescript(lunargame/api):
typescript(lunargame/api): Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: prescientmoon <git@moonythm.dev>
2020-12-11 18:20:35 +00:00
dependabot[bot] ec9098bee8
typescript(lunargame/api): Bump handlebars from 4.1.2 to 4.5.3
typescript(lunargame/api):
typescript(lunargame/api): Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
typescript(lunargame/api): - [Release notes](https://github.com/wycats/handlebars.js/releases)
typescript(lunargame/api): - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
typescript(lunargame/api): - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)
typescript(lunargame/api):
typescript(lunargame/api): Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-29 19:10:48 +00:00
dependabot[bot] 90fe06fe37
typescript(lunargame/api): Bump acorn from 5.7.3 to 5.7.4
typescript(lunargame/api):
typescript(lunargame/api): Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
typescript(lunargame/api): - [Release notes](https://github.com/acornjs/acorn/releases)
typescript(lunargame/api): - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)
typescript(lunargame/api):
typescript(lunargame/api): Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: prescientmoon <git@moonythm.dev>
2020-03-16 11:28:50 +00:00
dependabot[bot] 8961f4b523
typescript(lunargame/api): Bump knex from 0.18.1 to 0.19.5
typescript(lunargame/api):
typescript(lunargame/api): Bumps [knex](https://github.com/tgriesser/knex) from 0.18.1 to 0.19.5.
typescript(lunargame/api): - [Release notes](https://github.com/tgriesser/knex/releases)
typescript(lunargame/api): - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
typescript(lunargame/api): - [Commits](https://github.com/tgriesser/knex/commits/0.19.5)
typescript(lunargame/api):
typescript(lunargame/api): Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-02 05:12:09 +00:00
Mateiadrielrafael 48edeb1093
typescript(lunargame/api): overall better tests (except for the validate ones)
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-13 23:58:20 +03:00
Mateiadrielrafael ffe0ad26ea
typescript(lunargame/api): added a simple readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-13 10:02:34 +03:00
Matei Adriel a9e2a7c5e6
typescript(lunargame/api): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-13 09:45:23 +03:00
Mateiadrielrafael 02bf17d559
typescript(lunargame/api): added eslint
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-12 21:12:56 +03:00
Mateiadrielrafael 013b17dc22
typescript(lunargame/api): got supertest sessions to work
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-11 19:08:55 +03:00
Mateiadrielrafael dfab3750f9
typescript(lunargame/api): basic jest setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-11 12:14:56 +03:00
Mateiadrielrafael 175cea413f
typescript(lunargame/api): initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-10 23:09:33 +03:00
Matei Adriel ba844b45c1
typescript(lunargame/client): games page
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-09 18:03:28 +03:00
Matei Adriel db4f749cd3
typescript(lunargame/client): progress on user page
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-08 15:04:19 +03:00
Matei Adriel 2bc7d4e3e1
typescript(lunargame/client): login and sign up buttons
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-07 01:21:13 +03:00
Matei Adriel 1bd3144e49
typescript(lunargame/client): added babel and webpack
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-05 14:20:26 +03:00
Matei Adriel 848ea7cc3a
typescript(lunargame/client): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-05 12:46:59 +03:00