Skip to content

Commit 0ea36b2

Browse files
chore(deps): update non-major (#46)
* chore(deps): update non-major * Update package.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
1 parent 3e61661 commit 0ea36b2

File tree

3 files changed

+668
-556
lines changed

3 files changed

+668
-556
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"devDependencies": {
2121
"@tailwindcss/typography": "^0.5.10",
2222
"@vitejs/plugin-react": "^4.2.1",
23-
"autoprefixer": "^10.4.17",
24-
"postcss": "^8.4.35",
23+
"autoprefixer": "^10.4.19",
24+
"postcss": "^8.4.38",
2525
"tailwindcss": "^3.4.1",
26-
"vite": "^4.1.1"
26+
"vite": "^4.5.2"
2727
}
2828
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,34 +60,34 @@
6060
"docs"
6161
],
6262
"devDependencies": {
63-
"@commitlint/cli": "^19.2.0",
63+
"@commitlint/cli": "^19.2.1",
6464
"@commitlint/config-conventional": "^19.1.0",
6565
"@sanity/color": "3.0.0",
66-
"@sanity/pkg-utils": "^4.2.8",
67-
"@sanity/semantic-release-preset": "^4.1.6",
66+
"@sanity/pkg-utils": "^4.4.4",
67+
"@sanity/semantic-release-preset": "^4.1.7",
6868
"@types/node": "^18.13.0",
69-
"@types/react": "^18.2.57",
70-
"@types/react-dom": "^18.2.19",
71-
"@typescript-eslint/eslint-plugin": "^7.0.2",
72-
"@typescript-eslint/parser": "^7.0.2",
69+
"@types/react": "^18.2.67",
70+
"@types/react-dom": "^18.2.22",
71+
"@typescript-eslint/eslint-plugin": "^7.3.1",
72+
"@typescript-eslint/parser": "^7.3.1",
7373
"commitizen": "^4.3.0",
7474
"cz-conventional-changelog": "^3.3.0",
75-
"eslint": "^8.56.0",
75+
"eslint": "^8.57.0",
7676
"eslint-config-prettier": "^9.1.0",
7777
"eslint-plugin-import": "^2.29.1",
7878
"eslint-plugin-jsx-a11y": "^6.8.0",
7979
"eslint-plugin-prettier": "^5.1.3",
80-
"eslint-plugin-react": "^7.33.2",
80+
"eslint-plugin-react": "^7.34.1",
8181
"eslint-plugin-react-hooks": "^4.6.0",
8282
"husky": "^8.0.3",
8383
"lint-staged": "^13.1.2",
84-
"postcss": "^8.4.35",
84+
"postcss": "^8.4.38",
8585
"prettier": "^3.2.5",
86-
"prettier-plugin-tailwindcss": "^0.5.11",
86+
"prettier-plugin-tailwindcss": "^0.5.12",
8787
"rimraf": "^4.4.1",
8888
"semantic-release": "^23.0.5",
8989
"tailwindcss": "^3.4.1",
90-
"typescript": "^5.3.3"
90+
"typescript": "5.4.2"
9191
},
9292
"peerDependencies": {
9393
"@sanity/color": "^2 || ^3.0.0",

0 commit comments

Comments
 (0)