Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 840f39d commit 2354f84
Show file tree
Hide file tree
Showing 5 changed files with 1,183 additions and 1,086 deletions.
2 changes: 1 addition & 1 deletion gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tailwindcss": "^3.0.0"
},
"devDependencies": {
"prettier": "2.3.2"
"prettier": "2.8.8"
},
"keywords": [
"gatsby"
Expand Down
14 changes: 7 additions & 7 deletions gatsby/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10207,7 +10207,7 @@ postcss-unique-selectors@^5.0.1:
postcss-selector-parser "^6.0.5"
uniqs "^2.0.0"

postcss-value-parser@^4.0.0:
postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
Expand All @@ -10217,11 +10217,6 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==

postcss-value-parser@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

[email protected]:
version "8.2.6"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
Expand Down Expand Up @@ -10281,7 +10276,12 @@ prepend-http@^2.0.0:
resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

[email protected], prettier@^2.0.5:
[email protected]:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==

prettier@^2.0.5:
version "2.3.2"
resolved "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
Expand Down
8 changes: 4 additions & 4 deletions nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"use-persisted-state": "^0.3.3"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/node": "20.17.6",
"@types/react": "^18.2.46",
"@types/use-persisted-state": "^0.3.4",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"typescript": "5.3.3"
"eslint": "8.57.1",
"eslint-config-next": "14.2.17",
"typescript": "5.6.3"
}
}
Loading

0 comments on commit 2354f84

Please sign in to comment.