Skip to content

Commit 07d1f17

Browse files
committed
chore: update package-lock.json
1 parent 1189b90 commit 07d1f17

File tree

5 files changed

+3848
-1605
lines changed

5 files changed

+3848
-1605
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FIXME: Configure environment variables for your project
22

3-
# For security reason, don't push secret key in your git repo.
4-
# Append .local to the environment files to prevent your secret key from being commited to Git.
3+
# If you need to build a SaaS application with Stripe subscription payment with checkout page, customer portal, webhook, etc.
4+
# You can check out the Next.js Boilerplate SaaS: https://nextjs-boilerplate.com/pro-saas-starter-kit
55

66
# Clerk authentication
77
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_cmVsYXhlZC10dXJrZXktNjcuY2xlcmsuYWNjb3VudHMuZGV2JA

.env.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FIXME: Configure environment variables for production
22

3-
# For security reason, don't push secret key in your git repo.
4-
# Append .local to the environment files to prevent your secret key from being commited to Git.
3+
# If you need to build a SaaS application with Stripe subscription payment with checkout page, customer portal, webhook, etc.
4+
# You can check out the Next.js Boilerplate SaaS: https://nextjs-boilerplate.com/pro-saas-starter-kit
55

66
# Hosting
77
# Replace by your domain name

.github/FUNDING.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
github: ixartz
22
custom:
3-
["https://donate.stripe.com/7sI5m5146ehfddm7tj", "https://nextlessjs.com"]
3+
[
4+
"https://nextjs-boilerplate.com/pro-saas-starter-kit",
5+
"https://nextlessjs.com",
6+
]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Built-in feature from Next.js:
141141
### Philosophy
142142

143143
- Nothing is hidden from you, so you have the freedom to make the necessary adjustments to fit your needs and preferences.
144+
- Dependencies are updated every month
144145
- Easy to customize
145146
- Minimal code
146147
- SEO-friendly
@@ -160,6 +161,8 @@ cd my-project-name
160161
npm install
161162
```
162163

164+
For your information, all dependencies are updated every month.
165+
163166
Then, you can run the project locally in development mode with live reload by executing:
164167

165168
```shell

0 commit comments

Comments
 (0)