Skip to content

Commit

Permalink
chore: test deploy 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Aug 2, 2024
1 parent 38f2a02 commit c538a1a
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 287 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"next": "14.2.5",
"next-protect": "^0.0.1",
"next-protect": "^0.0.2",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^22.0.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
54 changes: 14 additions & 40 deletions examples/nextjs-example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-protect",
"description": "Protect your Next.js app with a password. A drop-in solution to keep your deployments protected with a basic password system. Support App Router, Middleware, Edge Runtime, and SSR out of the box.",
"version": "0.0.1",
"version": "0.0.2",
"author": "Tim Mikeladze <[email protected]>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -98,14 +98,14 @@
"@playwright/test": "^1.45.3",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
"@storybook/addon-essentials": "8.2.6",
"@storybook/addon-interactions": "8.2.6",
"@storybook/addon-links": "8.2.6",
"@storybook/addon-essentials": "8.2.7",
"@storybook/addon-interactions": "8.2.7",
"@storybook/addon-links": "8.2.7",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/blocks": "8.2.6",
"@storybook/react": "8.2.6",
"@storybook/react-webpack5": "8.2.6",
"@storybook/test": "8.2.6",
"@storybook/blocks": "8.2.7",
"@storybook/react": "8.2.7",
"@storybook/react-webpack5": "8.2.7",
"@storybook/test": "8.2.7",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/node": "22.0.2",
Expand Down Expand Up @@ -141,12 +141,12 @@
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
"release-it": "17.6.0",
"storybook": "8.2.6",
"storybook": "8.2.7",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"tsdoc-markdown": "^0.6.0",
"tsup": "8.2.3",
"tsx": "4.16.4",
"tsup": "8.2.4",
"tsx": "4.16.5",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
Loading

0 comments on commit c538a1a

Please sign in to comment.