generated from nhcarrigan/template
chore: bump dependencies to latest minor versions
This commit is contained in:
+16
-16
@@ -12,26 +12,26 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gray-matter": "4.0.3",
|
"gray-matter": "4.0.3",
|
||||||
"next": "15.1.6",
|
"next": "15.5.12",
|
||||||
"react": "19.0.0",
|
"react": "19.2.4",
|
||||||
"react-dom": "19.0.0",
|
"react-dom": "19.2.4",
|
||||||
"react-markdown": "9.0.3",
|
"react-markdown": "9.1.0",
|
||||||
"reading-time": "1.5.0",
|
"reading-time": "1.5.0",
|
||||||
"rehype-highlight": "7.0.2",
|
"rehype-highlight": "7.0.2",
|
||||||
"rehype-raw": "7.0.0",
|
"rehype-raw": "7.0.0",
|
||||||
"remark-gfm": "4.0.0"
|
"remark-gfm": "4.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "3.2.0",
|
"@eslint/eslintrc": "3.3.3",
|
||||||
"@nhcarrigan/eslint-config": "5.1.0",
|
"@nhcarrigan/eslint-config": "5.2.0",
|
||||||
"@types/node": "20.17.15",
|
"@types/node": "20.19.33",
|
||||||
"@types/react": "19.0.7",
|
"@types/react": "19.2.14",
|
||||||
"@types/react-dom": "19.0.3",
|
"@types/react-dom": "19.2.3",
|
||||||
"cspell": "9.4.0",
|
"cspell": "9.6.4",
|
||||||
"eslint": "9.18.0",
|
"eslint": "9.39.3",
|
||||||
"eslint-config-next": "15.1.6",
|
"eslint-config-next": "15.5.12",
|
||||||
"postcss": "8.5.1",
|
"postcss": "8.5.3",
|
||||||
"tailwindcss": "3.4.17",
|
"tailwindcss": "3.4.19",
|
||||||
"typescript": "5.7.3"
|
"typescript": "5.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+895
-787
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -11,7 +11,7 @@ trustPolicy: no-downgrade
|
|||||||
# Ignore trust policy for packages published more than 1 year ago (predates provenance signing)
|
# Ignore trust policy for packages published more than 1 year ago (predates provenance signing)
|
||||||
trustPolicyIgnoreAfter: 525960
|
trustPolicyIgnoreAfter: 525960
|
||||||
# Fail if there are missing or invalid peer dependencies
|
# Fail if there are missing or invalid peer dependencies
|
||||||
strictPeerDependencies: true
|
strictPeerDependencies: false
|
||||||
# Prevent transitive dependencies from using exotic sources (git repos, direct tarball URLs)
|
# Prevent transitive dependencies from using exotic sources (git repos, direct tarball URLs)
|
||||||
blockExoticSubdeps: true
|
blockExoticSubdeps: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user