Skip to content

Commit

Permalink
fix: pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek authored Nov 15, 2022
1 parent 2c2e95d commit 43f42dc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@pluralsh/eslint-config-pluralsh": "^1.3.1",
"@types/node": "^18.11.6",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"typescript": "^4.8.4"
"@babel/core": "7.19.6",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@pluralsh/eslint-config-pluralsh": "1.3.1",
"@types/node": "18.11.6",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"eslint": "8.26.0",
"typescript": "4.8.4"
}
}

0 comments on commit 43f42dc

Please sign in to comment.