Skip to content

Commit

Permalink
Merge pull request #355 from monorepojs/chore/update-eslint-typescript
Browse files Browse the repository at this point in the history
chore(typescript): update typescript & eslint versions to correct problems in Signal
  • Loading branch information
paulbrom committed May 14, 2021
2 parents 1da5eec + 8f88172 commit 980c002
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/monorepo-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepojs/scripts",
"version": "0.9.0",
"version": "0.9.1",
"description": "Configuration and scripts for MonorepoJS",
"repository": "monorepojs/monorepojs",
"homepage": "https://monorepo-documentation.firebaseapp.com/docs/packages/monorepo-scripts/",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@svgr/webpack": "4.3.3",
"@typescript-eslint/eslint-plugin": "2.15.0",
"@typescript-eslint/parser": "2.15.0",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "26.6.3",
Expand All @@ -47,7 +47,7 @@
"css-loader": "3.4.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "6.8.0",
"eslint": "7.15.0",
"eslint-config-react-app": "5.0.2",
"eslint-loader": "3.0.2",
"eslint-plugin-flowtype": "4.5.3",
Expand Down Expand Up @@ -77,7 +77,7 @@
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"terser-webpack-plugin": "2.3.2",
"typescript": "3.7.4",
"typescript": "4.1.3",
"url-loader": "2.2.0",
"webpack": "4.41.5",
"webpack-dev-server": "3.10.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/monorepo-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepojs/tools",
"version": "0.2.16",
"version": "0.2.17",
"description": "Opinionated developer tooling for MonorepoJS",
"repository": "monorepojs/monorepojs",
"homepage": "https://monorepo-documentation.firebaseapp.com/docs/packages/monorepo-tools/",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"eslint": "7.15.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-react-app": "5.0.2",
"eslint-plugin-flowtype": "4.5.3",
Expand Down

0 comments on commit 980c002

Please sign in to comment.