Skip to content

Commit

Permalink
Bump yarn && workspaces to v1 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
newsroomdev authored and newsroomdev committed May 1, 2021
1 parent 98047b0 commit 86a6438
Show file tree
Hide file tree
Showing 20 changed files with 6,065 additions and 9,152 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}

- run: yarn install --immutable

- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn dataproofer
3 changes: 1 addition & 2 deletions .vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"eslint.packageManager": "yarn",
"eslint.nodePath": ".yarn/sdks"
"eslint.packageManager": "yarn"
}
1 change: 0 additions & 1 deletion .vscode/dataproofer.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"eslint.workingDirectories": ["Dataproofer"],
"cSpell.words": ["Dataproofer", "dataproofertest"],
"prettier.requireConfig": false
}
}
8 changes: 0 additions & 8 deletions .vscode/settings.json

This file was deleted.

77 changes: 0 additions & 77 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

77 changes: 0 additions & 77 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

55 changes: 0 additions & 55 deletions .yarn/releases/yarn-berry.cjs

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/eslint/bin/eslint.js

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/eslint/lib/api.js

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/sdks/eslint/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/sdks/integrations.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .yarn/sdks/prettier/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/sdks/prettier/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions .yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/core-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "DataProofer <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"dataproofertest-js": "workspace:*",
"dataproofertest-js": "*",
"lodash": "^4.17.20"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/geo-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "DataProofer <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"dataproofertest-js": "workspace:*",
"dataproofertest-js": "*",
"lodash": "^4.17.20"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/info-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "DataProofer <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"dataproofertest-js": "workspace:*",
"dataproofertest-js": "*",
"lodash": "^4.17.20"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stats-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "DataProofer <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"dataproofertest-js": "workspace:*",
"dataproofertest-js": "*",
"lodash": "^4.17.20",
"simple-statistics": "^1.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"chalk": "^4.1.0",
"commander": "^7.1.0",
"d3": "^4.2.7",
"dataproofer-core-suite": "workspace:*",
"dataproofer-geo-suite": "workspace:*",
"dataproofer-info-suite": "workspace:*",
"dataproofer-stats-suite": "workspace:*",
"dataproofertest-js": "workspace:*",
"dataproofer-core-suite": "*",
"dataproofer-geo-suite": "*",
"dataproofer-info-suite": "*",
"dataproofer-stats-suite": "*",
"dataproofertest-js": "*",
"indian-ocean": "^1.1.1",
"lodash": "^4.17.20",
"optimist": "^0.6.1",
Expand Down
Loading

0 comments on commit 86a6438

Please sign in to comment.