Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3a2f515

Browse files
authoredMar 29, 2025··
chore(deps): update non-major
1 parent 55a08f9 commit 3a2f515

File tree

3 files changed

+4308
-3269
lines changed

3 files changed

+4308
-3269
lines changed
 

‎.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
runs-on: ubuntu-latest
5252
name: Lint & Build
5353
steps:
54-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
55-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
54+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
55+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
5656
with:
5757
cache: npm
5858
node-version: lts/*
@@ -91,8 +91,8 @@ jobs:
9191
run: |
9292
git config --global core.autocrlf false
9393
git config --global core.eol lf
94-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
95-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
94+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
95+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
9696
with:
9797
cache: npm
9898
node-version: ${{ matrix.node }}
@@ -106,12 +106,12 @@ jobs:
106106
runs-on: ubuntu-latest
107107
name: Semantic release
108108
steps:
109-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
109+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
110110
with:
111111
# Need to fetch entire commit history to
112112
# analyze every commit since last release
113113
fetch-depth: 0
114-
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
114+
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
115115
with:
116116
cache: npm
117117
node-version: lts/*

‎package-lock.json

+4,273-3,234
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -80,43 +80,43 @@
8080
"@uiw/react-codemirror": "^4.23.6"
8181
},
8282
"devDependencies": {
83-
"@babel/core": "^7.23.6",
84-
"@babel/preset-env": "^7.23.6",
85-
"@babel/preset-react": "^7.23.3",
86-
"@commitlint/cli": "^19.6.0",
87-
"@commitlint/config-conventional": "^19.6.0",
88-
"@sanity/pkg-utils": "^6.12.0",
89-
"@sanity/plugin-kit": "^4.0.18",
83+
"@babel/core": "^7.26.10",
84+
"@babel/preset-env": "^7.26.9",
85+
"@babel/preset-react": "^7.26.3",
86+
"@commitlint/cli": "^19.8.0",
87+
"@commitlint/config-conventional": "^19.8.0",
88+
"@sanity/pkg-utils": "^6.13.4",
89+
"@sanity/plugin-kit": "^4.0.19",
9090
"@sanity/semantic-release-preset": "^5.0.0",
91-
"@testing-library/jest-dom": "^6.1.5",
92-
"@testing-library/react": "^14.1.2",
93-
"@types/jest": "^29.5.11",
94-
"@types/react": "^18.2.45",
91+
"@testing-library/jest-dom": "^6.6.3",
92+
"@testing-library/react": "^14.3.1",
93+
"@types/jest": "^29.5.14",
94+
"@types/react": "^18.3.20",
9595
"@types/styled-components": "^5.1.34",
96-
"@typescript-eslint/eslint-plugin": "^6.14.0",
97-
"@typescript-eslint/parser": "^6.14.0",
98-
"eslint": "^8.55.0",
96+
"@typescript-eslint/eslint-plugin": "^6.21.0",
97+
"@typescript-eslint/parser": "^6.21.0",
98+
"eslint": "^8.57.1",
9999
"eslint-config-prettier": "^9.1.0",
100-
"eslint-config-sanity": "^7.0.1",
101-
"eslint-plugin-prettier": "^5.0.1",
102-
"eslint-plugin-react": "^7.33.2",
103-
"eslint-plugin-react-hooks": "^4.6.0",
100+
"eslint-config-sanity": "^7.1.4",
101+
"eslint-plugin-prettier": "^5.2.5",
102+
"eslint-plugin-react": "^7.37.4",
103+
"eslint-plugin-react-hooks": "^4.6.2",
104104
"husky": "^8.0.1",
105105
"jest": "^29.7.0",
106106
"jest-environment-jsdom": "^29.7.0",
107107
"lint-staged": "^15.2.0",
108-
"npm-run-all": "^4.1.5",
109-
"prettier": "^3.1.1",
110-
"prettier-plugin-packagejson": "^2.4.7",
111-
"react": "^18.2.0",
112-
"react-dom": "^18.2.0",
113-
"react-is": "^18.2.0",
108+
"npm-run-all2": "^5.0.0",
109+
"prettier": "^3.5.3",
110+
"prettier-plugin-packagejson": "^2.5.10",
111+
"react": "^18.3.1",
112+
"react-dom": "^18.3.1",
113+
"react-is": "^18.3.1",
114114
"rimraf": "^5.0.5",
115-
"sanity": "^3.67.1",
116-
"semantic-release": "^24.2.0",
117-
"styled-components": "^6.1.1",
118-
"ts-jest": "^29.1.1",
119-
"typescript": "^5.3.3"
115+
"sanity": "^3.81.0",
116+
"semantic-release": "^24.2.3",
117+
"styled-components": "^6.1.16",
118+
"ts-jest": "^29.3.0",
119+
"typescript": "^5.8.2"
120120
},
121121
"peerDependencies": {
122122
"react": "^18 || >=19.0.0-0",

0 commit comments

Comments
 (0)
Please sign in to comment.