Skip to content

Commit 2c83112

Browse files
committed
Homogenize dep
1 parent 0e04265 commit 2c83112

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"@storybook/manager-webpack5": "^6.4.3",
5252
"@storybook/theming": "^6.4.3",
5353
"@types/jest": "^26.0.20",
54-
"@typescript-eslint/eslint-plugin": "^2.23.0",
54+
"@typescript-eslint/eslint-plugin": "^4.8.1",
5555
"@vscode/codicons": "^0.0.22",
5656
"babel-jest": "^27.2.4",
5757
"babel-loader": "^8.2.2",
5858
"babel-plugin-transform-class-properties": "^6.24.1",
5959
"eslint": "^7.14.0",
60-
"eslint-config-prettier": "^6.10.1",
60+
"eslint-config-prettier": "^6.15.0",
6161
"eslint-plugin-import": "^2.25.2",
6262
"gh-pages": "^3.1.0",
6363
"jest": "^27.2.4",

packages/lab-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"npm-run-all": "^4.1.5",
6767
"prettier": "^2.1.1",
6868
"rimraf": "^3.0.2",
69-
"typescript": "~4.1.3"
69+
"typescript": "~4.3.5"
7070
},
7171
"sideEffects": [
7272
"style/*.css",

packages/react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@types/jest": "^26.0.20",
3838
"@types/react": "^17.0.0",
39-
"@typescript-eslint/eslint-plugin": "^2.23.0",
39+
"@typescript-eslint/eslint-plugin": "^4.8.1",
4040
"babel-jest": "^27.2.4",
4141
"babel-loader": "^8.2.2",
4242
"babel-plugin-transform-class-properties": "^6.24.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15425,6 +15425,11 @@ typescript@~4.4.2:
1542515425
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
1542615426
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
1542715427

15428+
typescript@~4.5.0:
15429+
version "4.5.4"
15430+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
15431+
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
15432+
1542815433
typestyle@^2.0.4:
1542915434
version "2.2.0"
1543015435
resolved "https://registry.yarnpkg.com/typestyle/-/typestyle-2.2.0.tgz#0b89231c405dda47e5acdcc2c33143ec7257134a"

0 commit comments

Comments
 (0)