Skip to content

Commit

Permalink
Combined PR (#166)
Browse files Browse the repository at this point in the history
* Bump postcss from 8.4.26 to 8.4.29

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.26...8.4.29)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/node from 20.4.4 to 20.5.9

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.4 to 20.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump typescript from 5.1.6 to 5.2.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Scott Milliorn <scottmilliorn@gmail.com>
  • Loading branch information
3 people authored Sep 6, 2023
1 parent 25773d9 commit 0908db3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-scripts": "5.0.1",
"react-scroll": "1.8.9",
"react-uuid": "2.0.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"scripts": {
"build": "react-scripts build",
Expand Down Expand Up @@ -43,13 +43,13 @@
]
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-scroll": "1.8.7",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"gh-pages": "5.0.0",
"postcss": "8.4.27",
"postcss": "8.4.29",
"tailwindcss": "3.3.3"
}
}

0 comments on commit 0908db3

Please sign in to comment.