Skip to content

Commit

Permalink
Merge pull request #94 from fedoryakubovich/release/v0.13.6
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
fedoryakubovich authored Mar 15, 2023
2 parents a4c6999 + a3b677d commit aca930c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-awesome-stars-rating",
"version": "0.13.5",
"version": "0.13.6",
"main": "./dist/index.js",
"module": "./dist/index.js",
"files": [
Expand Down Expand Up @@ -73,13 +73,13 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/cli": "^7.21.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"react-redux": "^7.2.9",
"react-scripts": "5.0.1",
"redux": "^4.2.1",
Expand Down

0 comments on commit aca930c

Please sign in to comment.