Skip to content

Commit

Permalink
Merge pull request #15 from attogram/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
attogram authored Feb 15, 2020
2 parents 9d97a85 + b33c17e commit 0d89d1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ Welcome to the **Eight Queens** chess game.

Can you place 8 Queens on the chess board, with none of the queens under attack?

A web game inspired by the dreaded programmers interview question.
A web game inspired by the classic math problem.

Play Now:
**<https://attogram.github.io/EightQueens/>**

## License

**Eight Queens** is an open source project
licensed under the MIT License.
**Eight Queens** is an open source project licensed under the MIT License.

## Developer Info

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"chessboardjsx": "^2.3.0",
"deep-diff": "1.0.1",
"lodash.isequal": "4.5.0",
"lodash.isequal": "4.17.12",
"react": "^16.8.6",
"react-dnd": "2.6.0",
"react-dnd-html5-backend": "4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/EightQueens.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Timer from './Timer.js';
import Title from './Title.js';

const gameName = 'Eight Queens';
const gameVersion = '0.4.4';
const gameVersion = '0.5.0';
const gameHome = 'https://github.com/attogram/EightQueens';

class EightQueens extends Component {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5933,7 +5933,7 @@ lodash._reinterpolate@^3.0.0:
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=

[email protected]:
lodash.isequal@4.17.12, lodash.isequal@4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
Expand Down

0 comments on commit 0d89d1b

Please sign in to comment.