Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.17.0-sdk",
"version": "9.20.1-sdk",
"main": "./lib/api.js",
"type": "commonjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.4.2-sdk",
"version": "3.5.1-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "5.7.2-sdk",
"version": "5.7.3-sdk",
"main": "./lib/typescript.js",
"type": "commonjs",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.5.3.cjs

packageExtensions:
eslint-plugin-import-x@*:
dependencies:
"@typescript-eslint/parser": "^8.16.0"
"@typescript-eslint/parser": ^8.16.0

yarnPath: .yarn/releases/yarn-4.6.0.cjs
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,52 +25,52 @@
"disqus-react": "^1.1.5",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"next": "15.1.0",
"next": "15.1.7",
"next-mdx-remote": "^5.0.0",
"next-seo": "^6.6.0",
"prop-types": "^15.8.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-gtm-module": "^2.0.11",
"react-intersection-observer": "^9.14.0",
"react-intersection-observer": "^9.15.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "6.0.0",
"tiny-invariant": "^1.3.3",
"tslib": "^2.8.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.9",
"@emotion/babel-plugin": "^11.13.5",
"@macalinao/eslint-config-react": "^3.0.0",
"@macalinao/tsconfig": "^3.0.0",
"@next/bundle-analyzer": "^15.1.0",
"@next/env": "^15.1.0",
"@next/eslint-plugin-next": "^15.1.0",
"@macalinao/eslint-config-react": "^3.0.10",
"@macalinao/tsconfig": "^3.1.0",
"@next/bundle-analyzer": "^15.1.7",
"@next/env": "^15.1.7",
"@next/eslint-plugin-next": "^15.1.7",
"@saberhq/browserslist-config": "^3.4.3",
"@svgr/webpack": "^8.1.0",
"@types/eslint": "^9.6.1",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-gtm-module": "^2.0.4",
"@types/webpack": "^5.28.5",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.1.0",
"eslint": "^9.17.0",
"eslint": "^9.20.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"lint-staged": "^15.4.3",
"next-sitemap": "^4.2.3",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"resolve-typescript-plugin": "^2.0.1",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"twin.macro": "^3.4.1",
"typescript": "^5.7.2",
"webpack": "^5.97.1"
"typescript": "^5.7.3",
"webpack": "^5.98.0"
},
"prettier": {},
"engines": {
Expand All @@ -85,5 +85,5 @@
"*.{ts,tsx,mts,cts,cjs,mjs}": "eslint --fix --cache",
"*.{css,md,json,webmanifest,yml,yaml,js,jsx}": "prettier --write"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
".eslintrc.cjs",
"*.cjs"
],
"exclude": ["node_modules"],
"exclude": ["node_modules", "tailwind.config.ts"],
"mdx": {
// Enable strict type checking in MDX files.
"checkMdx": true
Expand Down
Loading
Loading