This repository has been archived by the owner on May 31, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": "true", | ||
"name": "example-with-11ty", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"author": "Joe Bell <[email protected]>", | ||
"license": "Apache-2.0", | ||
"funding": "https://plaiceholder.co", | ||
|
@@ -18,12 +18,12 @@ | |
"devDependencies": { | ||
"@11ty/eleventy": "0.12.1", | ||
"@11ty/eleventy-img": "0.9.0", | ||
"@plaiceholder/tailwindcss": "^2.2.0", | ||
"@plaiceholder/tailwindcss": "^2.3.0", | ||
"autoprefixer": "10.2.5", | ||
"clean-css": "4.2.3", | ||
"concurrently": "6.2.0", | ||
"glob": "7.1.7", | ||
"plaiceholder": "^2.2.0", | ||
"plaiceholder": "^2.3.0", | ||
"postcss": "8.2.13", | ||
"postcss-cli": "8.3.1", | ||
"prettier": "2.4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"private": "true", | ||
"name": "example-with-next", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"author": "Joe Bell <[email protected]>", | ||
"license": "Apache-2.0", | ||
"funding": "https://plaiceholder.co", | ||
|
@@ -14,12 +14,12 @@ | |
}, | ||
"dependencies": { | ||
"@joebell/cx": "0.1.0", | ||
"@plaiceholder/next": "^2.2.0", | ||
"@plaiceholder/tailwindcss": "^2.2.0", | ||
"@plaiceholder/next": "^2.3.0", | ||
"@plaiceholder/tailwindcss": "^2.3.0", | ||
"@tailwindcss/aspect-ratio": "0.2.0", | ||
"glob": "7.1.7", | ||
"next": "12.0.9", | ||
"plaiceholder": "^2.2.0", | ||
"plaiceholder": "^2.3.0", | ||
"react": "17.0.2", | ||
"react-blurhash": "0.1.3", | ||
"react-dom": "17.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@plaiceholder/next", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Roll-you-own placeholders for Next.js.", | ||
"author": "Joe Bell <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "plaiceholder", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Beautiful image placeholders, without the hassle.", | ||
"author": "Joe Bell <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@plaiceholder/tailwindcss", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Roll-you-own placeholders for Tailwind.", | ||
"author": "Joe Bell <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -45,7 +45,7 @@ | |
}, | ||
"dependencies": { | ||
"make-synchronous": "0.1.1", | ||
"plaiceholder": "^2.2.0" | ||
"plaiceholder": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"tailwindcss": "2.2.15" | ||
|
0fde65f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
plaiceholder-docs – ./docs
plaiceholder-docs-joebell.vercel.app
plaiceholder-docs.vercel.app
plaiceholder-docs-git-main-joebell.vercel.app
0fde65f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
plaiceholder-with-next – ./examples/next
plaiceholder-with-next-joebell.vercel.app
plaiceholder-with-next-git-main-joebell.vercel.app
plaiceholder-with-next.vercel.app
with-next.plaiceholder.co
0fde65f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
plaiceholder-with-11ty – ./examples/11ty
with-11ty.plaiceholder.co
plaiceholder-with-11ty.vercel.app
plaiceholder-with-11ty-joebell.vercel.app
plaiceholder-with-11ty-git-main-joebell.vercel.app