graphql-engine/community/sample-apps/tic-tac-toe-react/remote-schema
Samir Talwar d9afcc1857 Upgrade all package-lock.json files to the v2 format.
NPM v7 uses a new (backwards-compatible) lockfile format. This upgrades all our various _package-lock.json_ files to use the new format.

It's much more verbose so that NPM can be a lot faster.

I figured it was cleaner to do this once in a separate PR rather than upgrading them in combination with adding or upgrading a new dependency.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5869
GitOrigin-RevId: 322fb63b96e2d873a4a3cc05fa6c7afa414716ce
2022-09-28 08:15:29 +00:00
..
.dockerignore community: add multiplayer tic tac toe to sample apps (#2150) 2019-05-16 16:36:22 +05:30
.gitignore community: add multiplayer tic tac toe to sample apps (#2150) 2019-05-16 16:36:22 +05:30
Dockerfile community: add multiplayer tic tac toe to sample apps (#2150) 2019-05-16 16:36:22 +05:30
index.js Correct tic-tac-toe game port and bug (#4565) 2020-05-18 11:44:23 +05:30
package-lock.json Upgrade all package-lock.json files to the v2 format. 2022-09-28 08:15:29 +00:00
package.json community: add multiplayer tic tac toe to sample apps (#2150) 2019-05-16 16:36:22 +05:30
README.md community: add multiplayer tic tac toe to sample apps (#2150) 2019-05-16 16:36:22 +05:30

This is a remote schema that makes the tic-tac-toe move as a transaction.