|
1 | 1 | { |
2 | 2 | "name": "purescript-react-dnd-basic", |
| 3 | + "license": [ |
| 4 | + "Apache-2.0" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/lumihq/purescript-react-dnd-basic" |
| 9 | + }, |
3 | 10 | "ignore": [ |
4 | 11 | "**/.*", |
5 | 12 | "node_modules", |
6 | 13 | "bower_components", |
7 | 14 | "output" |
8 | 15 | ], |
9 | | - "license": "Apache-2.0", |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "https://github.com/lumihq/purescript-react-dnd-basic.git" |
13 | | - }, |
14 | 16 | "dependencies": { |
15 | | - "purescript-prelude": "^4.1.1", |
16 | | - "purescript-nullable": "^4.1.1", |
17 | | - "purescript-react-basic-dom": "^3.3.0", |
18 | | - "purescript-react-basic-hooks": "^6.0.0" |
| 17 | + "purescript-console": "^v6.0.0", |
| 18 | + "purescript-effect": "^v4.0.0", |
| 19 | + "purescript-maybe": "^v6.0.0", |
| 20 | + "purescript-nullable": "^v6.0.0", |
| 21 | + "purescript-prelude": "^v6.0.0", |
| 22 | + "purescript-react-basic-hooks": "^v8.0.0", |
| 23 | + "purescript-web-dom": "^v6.0.0" |
19 | 24 | }, |
20 | | - "devDependencies": { |
21 | | - "purescript-psci-support": "^4.0.0" |
| 25 | + "resolutions": { |
| 26 | + "purescript-prelude": "^6.0.0", |
| 27 | + "purescript-newtype": "^5.0.0", |
| 28 | + "purescript-control": "^6.0.0", |
| 29 | + "purescript-unsafe-coerce": "^6.0.0", |
| 30 | + "purescript-safe-coerce": "^2.0.0" |
22 | 31 | } |
23 | 32 | } |
0 commit comments