Update to 1.0 packages

This commit is contained in:
David Mihal 2019-11-25 23:58:29 -05:00
parent c4f2f44b6f
commit 355e6eec19
6 changed files with 469 additions and 805 deletions

View File

@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@burner-wallet/assets": "^0.0.24",
"@burner-wallet/core": "^0.0.26",
"@burner-wallet/exchange": "^1.0.0-beta.0",
"@burner-wallet/modern-ui": "^1.0.0-beta.0",
"@burner-wallet/assets": "^1.0.0",
"@burner-wallet/core": "^1.0.0",
"@burner-wallet/exchange": "^1.0.0",
"@burner-wallet/modern-ui": "^1.0.0",
"@types/node": "12.0.4",
"@types/react": "*",
"@types/react-dom": "16.8.4",

View File

@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@burner-wallet/assets": "^0.0.24",
"@burner-wallet/core": "^0.0.26",
"@burner-wallet/modern-ui": "^1.0.0-beta.0",
"@burner-wallet/assets": "^1.0.0",
"@burner-wallet/core": "^1.0.0",
"@burner-wallet/modern-ui": "^1.0.0",
"@types/node": "12.0.4",
"@types/react": "16.8.19",
"@types/react-dom": "16.8.4",
@ -23,8 +23,7 @@
"start-wallet": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install-all": "./scripts/install.sh"
"eject": "react-scripts eject"
},
"browserslist": {
"production": [

View File

@ -1,14 +0,0 @@
#!/bin/bash
yarn install
pushd ../burner-ui
yarn install
cd ../exchange
yarn install
cd ../plugins
yarn install
popd

View File

@ -10,8 +10,8 @@
"start-local": "tsc -w"
},
"dependencies": {
"@burner-wallet/assets": "^0.0.24",
"@burner-wallet/types": "^1.0.0-beta.0",
"@burner-wallet/assets": "^1.0.0",
"@burner-wallet/types": "^1.0.0",
"@types/react": "*"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "esnext",
"declaration": true,
"removeComments": true,
"noLib": false,
@ -8,7 +8,7 @@
"experimentalDecorators": true,
"esModuleInterop": true,
"jsx": "react",
"target": "es5",
"target": "esnext",
"sourceMap": true,
"strict": true,
"allowSyntheticDefaultImports": true,

1235
yarn.lock

File diff suppressed because it is too large Load Diff