From 582f1ca294628990cfe493f94b28398810c16f6e Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 8 Dec 2020 11:23:44 +0100 Subject: [PATCH] Remove --fix on CI (#412) --- package.json | 6 +++--- yarn.lock | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 5547ab65..1282b884 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "build": "polkadot-dev-build-ts", "build:release": "polkadot-ci-ghact-build", - "lint": "polkadot-dev-run-lint --fix", + "lint": "polkadot-dev-run-lint", "clean": "polkadot-dev-clean-build", "demo:identicon:react": "yarn build && webpack-serve --config packages/react-identicon/webpack.config.js --content packages/react-identicon --port 8080", "demo:identicon:vue": "yarn build && webpack-serve --config packages/vue-identicon/webpack.config.js --content packages/vue-identicon --port 8080", @@ -29,9 +29,9 @@ "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", - "@polkadot/dev": "^0.60.11", + "@polkadot/dev": "^0.60.12", "@polkadot/ts": "^0.3.57", - "@types/jest": "^26.0.16", + "@types/jest": "^26.0.17", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", "react": "^17.0.1", diff --git a/yarn.lock b/yarn.lock index 96f11b00..8aa93eea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2006,9 +2006,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.60.11": - version: 0.60.11 - resolution: "@polkadot/dev@npm:0.60.11" +"@polkadot/dev@npm:^0.60.12": + version: 0.60.12 + resolution: "@polkadot/dev@npm:0.60.12" dependencies: "@babel/cli": ^7.12.8 "@babel/core": ^7.12.9 @@ -2095,7 +2095,7 @@ __metadata: polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.cjs polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.cjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs - checksum: d583afb3162f8e806d1226ae71cf2860a276fb9e3b2a89c91596d6fec4dd3638555cdfa7568a2f09371bb1a77db485a61d82354aa3867458d8dea60212a99664 + checksum: 13f7153ccc62fc62c4823946175845f8c6b50b1e20e9321ce607ea23a0b8b39f3359e707997a62ce31a44c6ea8b9a134b206e3aecd970ff9c3b040d3cd79f06e languageName: node linkType: hard @@ -2807,13 +2807,13 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:^26.0.16": - version: 26.0.16 - resolution: "@types/jest@npm:26.0.16" +"@types/jest@npm:^26.0.17": + version: 26.0.17 + resolution: "@types/jest@npm:26.0.17" dependencies: jest-diff: ^26.0.0 pretty-format: ^26.0.0 - checksum: 0c94186cdff943479d9ca169abc412617042eceb5427fc1394d1e23c18a99b61ba502ce4cf9160e8bc400606e9f36cc1cae91f36e329db85c623201efdc1b8f2 + checksum: 025af4f5b584e15097c96ff1b1873a75f785a3c4f7700609ed131ca1a74f05c94c08f112a2b5a0585c753e9163d26346d459f10c10f9d600e1d23e92cde65e9e languageName: node linkType: hard @@ -13897,9 +13897,9 @@ fsevents@~2.1.2: dependencies: "@babel/core": ^7.12.9 "@babel/runtime": ^7.12.5 - "@polkadot/dev": ^0.60.11 + "@polkadot/dev": ^0.60.12 "@polkadot/ts": ^0.3.57 - "@types/jest": ^26.0.16 + "@types/jest": ^26.0.17 babel-plugin-transform-vue-template: ^0.4.2 empty: ^0.10.1 react: ^17.0.1