Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 766bac0

Browse files
committed
build: fix upgrade
1 parent 02adc26 commit 766bac0

File tree

3 files changed

+268
-159
lines changed

3 files changed

+268
-159
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm i -g yarn
2525
yarn set version latest
2626
cat .yarnrc_patch.yml >> .yarnrc.yml
2727
yarn
28-
yarn pnpify --sdk vscode
28+
yarn sdks vscode
2929
```
3030

3131
### Common commands

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"global": "TSLibrary",
2424
"dependencies": {
25-
"@types/d3-array": "^3.0.1",
26-
"d3-array": "^3.0.1"
25+
"@types/d3-array": "^2",
26+
"d3-array": "^2"
2727
},
2828
"browserslist": [
2929
"last 2 Chrome version",
@@ -46,7 +46,7 @@
4646
},
4747
"types": "./build/index.d.ts"
4848
},
49-
"./.pnp.cjs": "./.pnp.cjs"
49+
".pnp.cjs": "./.pnp.cjs"
5050
},
5151
"sideEffects": false,
5252
"files": [
@@ -63,28 +63,28 @@
6363
"@rollup/plugin-replace": "^3.0.0",
6464
"@rollup/plugin-typescript": "^8.2.5",
6565
"@types/jest": "^27.0.1",
66-
"@typescript-eslint/eslint-plugin": "^4.29.1",
67-
"@typescript-eslint/parser": "^4.29.1",
68-
"@yarnpkg/pnpify": "^3.0.1",
66+
"@typescript-eslint/eslint-plugin": "^4.29.3",
67+
"@typescript-eslint/parser": "^4.29.3",
68+
"@yarnpkg/sdks": "^2.4.2-rc.1",
6969
"eslint": "^7.32.0",
70-
"eslint-config-airbnb-typescript": "^12.3.1",
70+
"eslint-config-airbnb-typescript": "^13.0.1",
7171
"eslint-config-prettier": "^8.3.0",
7272
"eslint-config-react-app": "^6.0.0",
7373
"eslint-plugin-flowtype": "^5.9.0",
74-
"eslint-plugin-import": "^2.24.0",
74+
"eslint-plugin-import": "^2.24.1",
7575
"eslint-plugin-jsx-a11y": "^6.4.1",
76-
"eslint-plugin-prettier": "^3.4.0",
76+
"eslint-plugin-prettier": "^3.4.1",
7777
"eslint-plugin-react": "^7.24.0",
7878
"eslint-plugin-react-hooks": "^4.2.0",
7979
"jest": "^27.0.6",
8080
"prettier": "^2.3.2",
8181
"rimraf": "^3.0.2",
82-
"rollup": "^2.56.2",
82+
"rollup": "^2.56.3",
8383
"rollup-plugin-dts": "^3.0.2",
8484
"rollup-plugin-terser": "^7.0.2",
85-
"ts-jest": "^27.0.4",
85+
"ts-jest": "^27.0.5",
8686
"tslib": "^2.3.1",
87-
"typedoc": "^0.21.5",
87+
"typedoc": "^0.21.6",
8888
"typescript": "^4.3.5"
8989
},
9090
"scripts": {
@@ -105,5 +105,5 @@
105105
"docs": "typedoc src/index.ts",
106106
"prepare": "yarn run build"
107107
},
108-
"packageManager": "yarn@3.0.0"
108+
"packageManager": "yarn@3.0.1"
109109
}

0 commit comments

Comments
 (0)