Skip to content

Commit da5e5fd

Browse files
committed
Upgrade dependencies and fix version in package.json to match elm.json
1 parent def88b1 commit da5e5fd

File tree

2 files changed

+313
-398
lines changed

2 files changed

+313
-398
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-cqrs",
3-
"version": "1.0.0",
3+
"version": "4.0.1",
44
"description": "A CQRS library to support proper segregation of commands and queries on the type level.",
55
"scripts": {
66
"test": "elm-test",
@@ -10,15 +10,15 @@
1010
"documentation": "elm-doc-preview"
1111
},
1212
"keywords": [],
13-
"author": "",
14-
"license": "ISC",
13+
"author": "James Robb <47126579+jamesrweb@users.noreply.github.com>",
14+
"license": "BSD-3-Clause",
1515
"devDependencies": {
1616
"elm": "0.19.1-6",
1717
"elm-coverage": "^0.4.1",
18-
"elm-doc-preview": "^5.0.5",
18+
"elm-doc-preview": "^6.0.1",
1919
"elm-format": "^0.8.7",
20-
"elm-review": "^2.11.2",
21-
"elm-test": "0.19.1-revision12",
22-
"prettier": "^3.3.2"
20+
"elm-review": "^2.13.2",
21+
"elm-test": "0.19.1-revision15",
22+
"prettier": "^3.5.3"
2323
}
2424
}

0 commit comments

Comments
 (0)