Skip to content

Commit

Permalink
build(deps): update deps to resolve snyk warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhaines committed Aug 12, 2024
1 parent 6c19d4e commit b2ba739
Show file tree
Hide file tree
Showing 7 changed files with 1,245 additions and 856 deletions.
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"book-shelf":71,"culture":7,"productivity":26,"change":3,"decision-making":7,"marketing":3,"communication":7,"teams":3,"psychological-safety":8,"mental-health":6,"health":2,"writing":1,"learning":2,"growth":5,"me":2,"podcast":1,"digital-transformation":1,"software-factory":2,"strategy":8,"bureaucracy":7,"leadership":11,"tech":2,"visualization":1,"thought-leadership":12,"architecture":3,"security":2,"software":4,"value":2,"docker":2,"product-management":2,"devops":6,"focus":1,"it":2,"innovation":1,"team-building":1,"databases":1}
{"me":2,"podcast":1,"digital-transformation":1,"software-factory":2,"book-shelf":72,"docker":2,"databases":1,"writing":1,"learning":2,"productivity":26,"growth":5,"tech":2,"devops":6,"mental-health":6,"health":2,"value":2,"product-management":2,"marketing":3,"communication":7,"thought-leadership":12,"change":3,"software":4,"architecture":3,"security":2,"psychological-safety":8,"leadership":12,"culture":7,"decision-making":8,"bureaucracy":7,"strategy":8,"teams":3,"focus":1,"innovation":1,"visualization":1,"team-building":1,"it":2}
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion data/blog/book-shelf.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Book Shelf'
date: '2024-07-02'
lastmod: '2024-07-02'
lastmod: '2024-08-12'
tags: ['book-shelf']
draft: false
pinned: true
Expand Down
55 changes: 30 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"lint": "next lint --fix --dir pages --dir app --dir components --dir lib --dir layouts --dir scripts"
},
"dependencies": {
"@next/bundle-analyzer": "14.2.3",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.13",
"@next/bundle-analyzer": "14.2.5",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/google.visualization": "^0.0.74",
"apexcharts": "^3.49.1",
"autoprefixer": "^10.4.19",
"apexcharts": "^3.52.0",
"autoprefixer": "^10.4.20",
"contentlayer": "0.3.4",
"esbuild": "0.21.2",
"esbuild": "0.23.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"image-size": "1.1.1",
"next": "^14.2.3",
"next": "^14.2.5",
"next-contentlayer": "0.3.4",
"next-themes": "^0.3.0",
"pliny": "0.2.1",
"postcss": "^8.4.38",
"pliny": "0.3.0",
"postcss": "^8.4.41",
"react": "18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "18.3.1",
"react-google-charts": "^4.0.0",
"react-google-charts": "^4.0.1",
"reading-time": "1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.0.0",
"rehype-citation": "^2.1.1",
"rehype-katex": "^7.0.0",
"rehype-preset-minify": "7.0.0",
"rehype-prism-plus": "^2.0.0",
Expand All @@ -42,26 +42,31 @@
"remark-gfm": "3.0.1",
"remark-github-blockquote-alert": "^1.2.1",
"remark-math": "^6.0.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.9",
"unist-util-visit": "^5.0.0",
"use-google-sheets": "^2.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.13",
"@types/react": "^18.3.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"cross-env": "^7.0.3",
"eslint": "^9.2.0",
"eslint-config-next": "14.2.3",
"eslint": "^9.9.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.5.4"
},
"resolutions": {
"micromatch": "^4.0.6",
"braces": "^3.0.3",
"ws": "^7.5.10"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
Expand Down
Loading

0 comments on commit b2ba739

Please sign in to comment.