Skip to content
Snippets Groups Projects
Commit 5b3e0e30a89c authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

chore: prepare for packaging

We change version to 0.1.0 to make a first release on npmjs.org
parent 53de05a63faa
No related branches found
No related tags found
No related merge requests found
Pipeline #37488 passed
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@logilab/cwclientlibjs": "^1.1.0",
"@types/react": "^17.0.1", "@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0", "@types/react-dom": "^17.0.0",
"ra-core": "^3.12.0", "ra-core": "^3.12.0",
...@@ -7,7 +8,7 @@ ...@@ -7,7 +8,7 @@
"@types/react": "^17.0.1", "@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0", "@types/react-dom": "^17.0.0",
"ra-core": "^3.12.0", "ra-core": "^3.12.0",
"ra-cubicweb": "^1.0.0", "ra-cubicweb": "^0.1.0",
"react": "^17.0.1", "react": "^17.0.1",
"react-admin": "^3.12.0", "react-admin": "^3.12.0",
"react-dom": "^17.0.1" "react-dom": "^17.0.1"
......
{ {
"name": "ra-cubicweb", "name": "ra-cubicweb",
"version": "1.0.0", "version": "0.1.0",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"license": "MIT", "license": "MIT",
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
"build": "tsc" "build": "tsc"
}, },
"devDependencies": { "devDependencies": {
"@logilab/cwclientlibjs": "^1.1.0",
"@types/node": "^14.14.22", "@types/node": "^14.14.22",
"@types/react": "^17.0.0", "@types/react": "^17.0.0",
"ra-core": "^3.12.0" "ra-core": "^3.12.0"
}, },
...@@ -15,8 +16,12 @@ ...@@ -15,8 +16,12 @@
"@types/node": "^14.14.22", "@types/node": "^14.14.22",
"@types/react": "^17.0.0", "@types/react": "^17.0.0",
"ra-core": "^3.12.0" "ra-core": "^3.12.0"
}, },
"dependencies": { "peerDependencies": {
"@logilab/cwclientlibjs": "^1.1.0" "@logilab/cwclientlibjs": "^1.1.0",
} "ra-core": "^3.12.0"
},
"files": [
"dist/**"
]
} }
...@@ -4786,9 +4786,9 @@ ...@@ -4786,9 +4786,9 @@
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
whatwg-fetch@>=0.10.0: whatwg-fetch@>=0.10.0:
version "3.5.0" version "3.6.2"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A== integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==
which-module@^2.0.0: which-module@^2.0.0:
version "2.0.0" version "2.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment