Skip to content

Commit

Permalink
build: downgrade ts 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Sep 3, 2021
1 parent 438b6a5 commit a583365
Show file tree
Hide file tree
Showing 25 changed files with 54 additions and 56 deletions.
2 changes: 1 addition & 1 deletion examples/animation/package.json
Expand Up @@ -43,7 +43,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/column-resizing/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/components/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/controlled-state/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/filter-action/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/flex-layout/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/fontawesome/package.json
Expand Up @@ -44,7 +44,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/group-options/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-sorting/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/numbers/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/pagination/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/sets/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/sidepanel/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/stackedbar/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion examples/virtualized-rows/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"prettier": "^2.3.2",
"release-it": "^14.11.5",
"shx": "^0.3.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"dependenciesMeta": {
"remixicon@2.5.0": {
Expand Down
2 changes: 1 addition & 1 deletion packages/_playground/package.json
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^17.0.9",
"react-refresh": "^0.10.0",
"react-scripts": "^4.0.3",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
},
"scripts": {
"start": "rescripts start",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Expand Up @@ -101,6 +101,6 @@
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typedoc": "^0.21.9",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/docs/package.json
Expand Up @@ -87,7 +87,7 @@
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.4.2",
"typescript": "~4.3.5",
"url-loader": "^4.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Expand Up @@ -107,6 +107,6 @@
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typedoc": "^0.21.9",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
}
}
2 changes: 1 addition & 1 deletion packages/table/package.json
Expand Up @@ -106,6 +106,6 @@
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typedoc": "^0.21.9",
"typescript": "^4.4.2"
"typescript": "~4.3.5"
}
}
2 changes: 0 additions & 2 deletions run.ps1
Expand Up @@ -5,8 +5,6 @@ Function run_function{
Write-Output $dir.DirectoryName
cd $dir.DirectoryName
# git branch -D main
# yarn add -D @yarnpkg/sdks
# yarn sdks vscode

# yarn set version latest
# ncu -u --reject "d3-*"
Expand Down

0 comments on commit a583365

Please sign in to comment.