Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonthorsness committed Jan 30, 2024
1 parent d75cd72 commit 0e8b0de
Show file tree
Hide file tree
Showing 5 changed files with 2,226 additions and 2,090 deletions.
40 changes: 20 additions & 20 deletions apps/tractor-loader-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.19",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/mdx": "^2.0.6",
"@types/node": "20.4.8",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
"postcss": "8.4.27",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/mdx": "^2.0.10",
"@types/node": "20.11.10",
"@types/prismjs": "^1.26.3",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.2",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"next": "14.1.0",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"tailwindcss": "3.4.1",
"tractor-loader": "workspace:^",
"tractor-loader-mdx": "workspace:^",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"lint": "pnpm -r run lint"
},
"devDependencies": {
"typescript": "^5.1.6"
"typescript": "^5.3.3"
}
}
16 changes: 8 additions & 8 deletions packages/tractor-loader-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tractor-loader-mdx",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "A remark plugin that enables Tractor Loader for images in MDX files loaded through @next/mdx",
"repository": "https://github.com/jasonthorsness/tractor-loader-mdx",
"license": "MIT",
Expand All @@ -19,14 +19,14 @@
"lint": "prettier --write --parser typescript \"{src,test}/**/*.{j,t}s\""
},
"devDependencies": {
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"@types/mdast": "^3.0.0"
"@types/mdast": "^4.0.3",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
},
"dependencies": {
"remark": "^14.0.0",
"remark-mdx": "^2.0.0",
"unified": "^10.0.0",
"unist-util-visit": "^4.0.0"
"remark": "^15.0.1",
"remark-mdx": "^3.0.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
}
}
16 changes: 8 additions & 8 deletions packages/tractor-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tractor-loader",
"version": "0.1.4",
"version": "0.1.5",
"description": "A webpack loader to help you with your crops and other image adjustments.",
"repository": "https://github.com/jasonthorsness/tractor-loader",
"license": "MIT",
Expand All @@ -19,14 +19,14 @@
"test": "jest"
},
"dependencies": {
"sharp": "^0.32.4"
"sharp": "^0.33.2"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@types/webpack": "^5.28.1",
"jest": "^29.6.1",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"@jest/globals": "^29.7.0",
"@types/webpack": "^5.28.5",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 0e8b0de

Please sign in to comment.