Skip to content

Commit bca53bf

Browse files
committed
chore: migrate to yarn2
1 parent 90d24f6 commit bca53bf

File tree

7 files changed

+26563
-20011
lines changed

7 files changed

+26563
-20011
lines changed

.gitignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
.idea
22
node_modules
33
storybook-static
4-
yarn-error.log
4+
yarn-error.log
5+
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/sdks
12+
!.yarn/versions

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
"@storybook/manager-webpack5": "^6.5.13",
3131
"@storybook/preset-typescript": "^3.0.0",
3232
"@storybook/react": "^6.5.13",
33-
"webpack": "^5.74.0",
3433
"@types/storybook__react": "^5.2.1",
3534
"@typescript-eslint/eslint-plugin": "^5.41.0",
3635
"@typescript-eslint/parser": "^5.41.0",
3736
"eslint": "^8.26.0",
3837
"eslint-config-airbnb": "^19.0.4",
3938
"eslint-config-airbnb-typescript": "^17.0.0",
4039
"eslint-config-prettier": "^8.5.0",
40+
"eslint-plugin-import": "^2.26.0",
41+
"eslint-plugin-jsx-a11y": "^6.6.1",
4142
"eslint-plugin-prettier": "^4.2.1",
4243
"eslint-plugin-react": "^7.31.10",
4344
"eslint-plugin-react-hooks": "^4.6.0",
4445
"eslint-plugin-storybook": "^0.6.6",
45-
"eslint-plugin-import": "^2.26.0",
46-
"eslint-plugin-jsx-a11y": "^6.6.1",
4746
"lerna": "^6.0.1",
4847
"prettier": "^2.7.1",
4948
"react": "^18.2.0",
50-
"react-dom": "^18.2.0",
5149
"react-docgen": "^5.3.1",
5250
"react-docgen-typescript": "^2.2.2",
5351
"react-docgen-typescript-loader": "^3.7.2",
52+
"react-dom": "^18.2.0",
5453
"storybook-addon-react-docgen": "^1.2.42",
55-
"ts-loader": "^9.4.1"
54+
"ts-loader": "^9.4.1",
55+
"webpack": "^5.74.0"
5656
},
5757
"workspaces": {
5858
"packages": [

packages/autodemo/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"description": "Autodemo component for the react-complex-tree package",
1313
"homepage": "https://rct.lukasbach.com/docs/guides/autodemo",
1414
"license": "MIT",
15-
"private": false,
1615
"devDependencies": {
1716
"@babel/core": "^7.14.0",
1817
"@babel/preset-env": "^7.14.1",

packages/blueprintjs-renderers/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"homepage": "https://rct.lukasbach.com/docs/guides/blueprintjs",
1313
"author": "Lukas Bach <[email protected]>",
1414
"license": "MIT",
15-
"private": false,
1615
"devDependencies": {
1716
"@babel/core": "^7.14.0",
1817
"@babel/preset-env": "^7.14.1",

packages/core/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"homepage": "https://rct.lukasbach.com/",
2020
"author": "Lukas Bach <[email protected]>",
2121
"license": "MIT",
22-
"private": false,
2322
"devDependencies": {
2423
"@babel/core": "^7.14.0",
2524
"@babel/preset-env": "^7.14.1",

yarn.lock

+26,548-20,002
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)