Skip to content

Commit c97bddd

Browse files
committed
Update dependencies
1 parent 8382c24 commit c97bddd

File tree

7 files changed

+1268
-1952
lines changed

7 files changed

+1268
-1952
lines changed

.yarn/releases/yarn-4.5.3.cjs renamed to .yarn/releases/yarn-4.6.0.cjs

Lines changed: 287 additions & 287 deletions
Large diffs are not rendered by default.

.yarn/sdks/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "9.17.0-sdk",
3+
"version": "9.20.1-sdk",
44
"main": "./lib/api.js",
55
"type": "commonjs",
66
"bin": {

.yarn/sdks/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier",
3-
"version": "3.4.2-sdk",
3+
"version": "3.5.1-sdk",
44
"main": "./index.cjs",
55
"type": "commonjs",
66
"bin": "./bin/prettier.cjs"

.yarn/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript",
3-
"version": "5.7.2-sdk",
3+
"version": "5.7.3-sdk",
44
"main": "./lib/typescript.js",
55
"type": "commonjs",
66
"bin": {

.yarnrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ compressionLevel: mixed
22

33
enableGlobalCache: false
44

5-
yarnPath: .yarn/releases/yarn-4.5.3.cjs
6-
75
packageExtensions:
86
eslint-plugin-import-x@*:
97
dependencies:
10-
"@typescript-eslint/parser": "^8.16.0"
8+
"@typescript-eslint/parser": ^8.16.0
9+
10+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,52 +25,52 @@
2525
"disqus-react": "^1.1.5",
2626
"js-yaml": "^4.1.0",
2727
"lodash-es": "^4.17.21",
28-
"next": "15.1.0",
28+
"next": "15.1.7",
2929
"next-mdx-remote": "^5.0.0",
3030
"next-seo": "^6.6.0",
3131
"prop-types": "^15.8.1",
3232
"react": "19.0.0",
3333
"react-dom": "19.0.0",
3434
"react-gtm-module": "^2.0.11",
35-
"react-intersection-observer": "^9.14.0",
35+
"react-intersection-observer": "^9.15.1",
3636
"rehype-autolink-headings": "^7.1.0",
3737
"rehype-katex": "^7.0.1",
3838
"rehype-slug": "^6.0.0",
39-
"remark-gfm": "^4.0.0",
39+
"remark-gfm": "^4.0.1",
4040
"remark-math": "6.0.0",
4141
"tiny-invariant": "^1.3.3",
4242
"tslib": "^2.8.1"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.26.0",
45+
"@babel/core": "^7.26.9",
4646
"@emotion/babel-plugin": "^11.13.5",
47-
"@macalinao/eslint-config-react": "^3.0.0",
48-
"@macalinao/tsconfig": "^3.0.0",
49-
"@next/bundle-analyzer": "^15.1.0",
50-
"@next/env": "^15.1.0",
51-
"@next/eslint-plugin-next": "^15.1.0",
47+
"@macalinao/eslint-config-react": "^3.0.10",
48+
"@macalinao/tsconfig": "^3.1.0",
49+
"@next/bundle-analyzer": "^15.1.7",
50+
"@next/env": "^15.1.7",
51+
"@next/eslint-plugin-next": "^15.1.7",
5252
"@saberhq/browserslist-config": "^3.4.3",
5353
"@svgr/webpack": "^8.1.0",
5454
"@types/eslint": "^9.6.1",
5555
"@types/js-yaml": "^4.0.9",
5656
"@types/lodash-es": "^4.17.12",
57-
"@types/node": "^22.10.2",
58-
"@types/react": "^19.0.1",
59-
"@types/react-dom": "^19.0.2",
57+
"@types/node": "^22.13.4",
58+
"@types/react": "^19.0.8",
59+
"@types/react-dom": "^19.0.3",
6060
"@types/react-gtm-module": "^2.0.4",
6161
"@types/webpack": "^5.28.5",
6262
"babel-plugin-macros": "^3.1.0",
6363
"babel-plugin-twin": "^1.1.0",
64-
"eslint": "^9.17.0",
64+
"eslint": "^9.20.1",
6565
"husky": "^9.1.7",
66-
"lint-staged": "^15.2.11",
66+
"lint-staged": "^15.4.3",
6767
"next-sitemap": "^4.2.3",
68-
"prettier": "^3.4.2",
68+
"prettier": "^3.5.1",
6969
"resolve-typescript-plugin": "^2.0.1",
70-
"tailwindcss": "^3.4.16",
70+
"tailwindcss": "^4.0.6",
7171
"twin.macro": "^3.4.1",
72-
"typescript": "^5.7.2",
73-
"webpack": "^5.97.1"
72+
"typescript": "^5.7.3",
73+
"webpack": "^5.98.0"
7474
},
7575
"prettier": {},
7676
"engines": {
@@ -85,5 +85,5 @@
8585
"*.{ts,tsx,mts,cts,cjs,mjs}": "eslint --fix --cache",
8686
"*.{css,md,json,webmanifest,yml,yaml,js,jsx}": "prettier --write"
8787
},
88-
"packageManager": "yarn@4.5.3"
88+
"packageManager": "yarn@4.6.0"
8989
}

0 commit comments

Comments
 (0)