Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deps (w/ stylelint removal) #6415

Merged
merged 1 commit into from
Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
pr:
strategy:
matrix:
step: ['lint', 'lint:css', 'test', 'build:code', 'build:i18n', 'build:electron']
step: ['lint', 'test', 'build:code', 'build:i18n', 'build:electron']
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 0 additions & 7 deletions .stylelintrc

This file was deleted.

18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"packages/*"
],
"main": "packages/apps-electron/build/electron.js",
"bin": {},
"scripts": {
"analyze": "yarn clean && BUILD_ANALYZE=1 yarn run build:code && yarn source-map-explorer packages/apps/build/main.*.js",
"build": "yarn run build:i18n && yarn run build:code",
Expand All @@ -43,7 +42,6 @@
"clean:i18n": "rm -rf packages/apps/public/locales/en && mkdir -p packages/apps/public/locales/en",
"docs": "echo \"skipping docs\"",
"lint": "polkadot-dev-run-lint",
"lint:css": "stylelint './packages/**/src/**/*.tsx'",
"packElectron": "yarn build:release:electron && yarn clean:electronRelease && electron-builder build -mwl",
"packElectron:linux": "yarn build:release:electron && electron-builder build --linux",
"packElectron:mac": "yarn build:release:electron && electron-builder build --mac",
Expand All @@ -58,14 +56,13 @@
"test:one": "polkadot-dev-run-test",
"test:skipped": "echo 'tests skipped'"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@crustio/crust-pin": "^1.0.0",
"@pinata/sdk": "^1.1.23",
"@polkadot/dev": "^0.63.8",
"@polkadot/dev": "^0.63.10",
"@polkadot/ts": "^0.4.12",
"@types/bn.js": "^4.11.6",
"@types/chart.js": "^2.9.34",
Expand All @@ -74,30 +71,25 @@
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.10",
"@types/react-router-dom": "^5.3.1",
"@types/react-router-dom": "^5.3.2",
"@types/store": "^2.0.2",
"@types/styled-components": "^5.1.15",
"@types/styled-theming": "^2.2.5",
"concurrently": "^6.3.0",
"devtron": "^1.4.0",
"dnslink-cloudflare": "^3.0.0",
"electron": "^12.1.1",
"electron-builder": "22.14.5",
"electron-builder": "22.13.1",
"electron-builder-notarize": "^1.2.0",
"i18next-scanner": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.3",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"webpack": "^5.59.1",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {
"@polkadot/api": "^6.5.1",
"@polkadot/api-contract": "^6.5.1",
Expand All @@ -115,4 +107,4 @@
"styled-components": "^5.3.1",
"typescript": "^4.4.4"
}
}
}
16 changes: 5 additions & 11 deletions packages/apps-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/apps-config#readme",
"license": "Apache-2.0",
"name": "@polkadot/apps-config",
"private": false,
"repository": {
"directory": "packages/apps-config",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@acala-network/type-definitions": "^3.0.2-4",
"@babel/runtime": "^7.15.4",
Expand All @@ -35,7 +32,7 @@
"@polkadot/networks": "^7.6.1",
"@polymathnetwork/polymesh-types": "0.0.2",
"@snowfork/snowbridge-types": "0.2.6",
"@sora-substrate/type-definitions": "1.6.15",
"@sora-substrate/type-definitions": "1.6.16",
"@subsocial/types": "0.6.4-dev.2",
"@zeitgeistpm/type-defs": "0.3.5",
"@zeroio/type-definitions": "0.0.9",
Expand All @@ -45,9 +42,6 @@
"rxjs": "^7.4.0"
},
"devDependencies": {
"i18next": "^19.9.2"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
"i18next": "^21.3.3"
}
}
15 changes: 5 additions & 10 deletions packages/apps-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@polkadot/dev": "^0.63.8",
"@polkadot/dev": "^0.63.10",
"@polkadot/react-components": "^0.98.2-4",
"electron-log": "^4.4.1",
"electron-updater": "^4.6.1"
Expand All @@ -32,9 +30,6 @@
"react-dom": "^17.0.2",
"thread-loader": "^3.0.4",
"tmp": "^0.2.1",
"webpack": "^5.59.1"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
"webpack": "^5.60.0"
}
}
12 changes: 3 additions & 9 deletions packages/apps-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4"
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
17 changes: 6 additions & 11 deletions packages/apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.15.4",
"@polkadot/apps-config": "^0.98.2-4",
"@polkadot/apps-routing": "^0.98.2-4",
"@polkadot/dev": "^0.63.8",
"@polkadot/dev": "^0.63.10",
"@polkadot/react-api": "^0.98.2-4",
"@polkadot/react-components": "^0.98.2-4",
"@polkadot/react-hooks": "^0.98.2-4",
Expand All @@ -41,7 +39,7 @@
"css-loader": "^5.2.7",
"empty": "^0.10.1",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-loader": "^3.0.0",
"html-webpack-plugin": "^4.5.2",
"https-browserify": "^1.0.0",
"markdown-loader": "^6.0.0",
Expand All @@ -53,12 +51,9 @@
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.59.1",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
13 changes: 4 additions & 9 deletions packages/page-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/phishing": "^0.6.381",
"@polkadot/phishing": "^0.6.383",
"@polkadot/react-components": "^0.98.2-4",
"@polkadot/vanitygen": "^0.48.1",
"detect-browser": "^5.2.1",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.98.2-4"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
11 changes: 3 additions & 8 deletions packages/page-addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.98.2-4",
Expand All @@ -23,8 +21,5 @@
"devDependencies": {
"@testing-library/react": "^12.1.2",
"testcontainers": "^7.21.0"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
12 changes: 3 additions & 9 deletions packages/page-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.98.2-4"
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
11 changes: 3 additions & 8 deletions packages/page-bounties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,14 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.98.2-4"
},
"devDependencies": {
"@polkadot/test-support": "0.98.2-4"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
12 changes: 3 additions & 9 deletions packages/page-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.98.2-4"
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
12 changes: 3 additions & 9 deletions packages/page-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.98.2-4",
"secp256k1": "^3.8.0"
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
12 changes: 3 additions & 9 deletions packages/page-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"sideEffects": false,
"type": "module",
"version": "0.98.2-4",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/api-contract": "^6.5.1"
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}
}
}
Loading