Skip to content

Commit

Permalink
Update package versions and add route rule
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Dec 7, 2023
1 parent cdd8f67 commit f359f5b
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 43 deletions.
91 changes: 53 additions & 38 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@stripe/stripe-js": "^2.2.0",
"@vueform/slider": "^2.1.9",
"@vueuse/core": "^10.6.1"
"@vueuse/core": "^10.7.0"
},
"devDependencies": {
"@nuxt/image": "rc",
Expand All @@ -23,13 +23,13 @@
"@nuxtjs/tailwindcss": "^6.10.1",
"@tailwindcss/typography": "^0.5.10",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.0.1",
"nuxt": "^3.8.2",
"nuxt-graphql-client": "^0.2.31",
"nuxt-icon": "^0.6.6",
"nuxt-icon": "^0.6.7",
"prettier": "^3.1.0",
"vue-stripe-js": "^1.0.1",
"woonuxt-settings": "^1.0.46"
Expand Down
2 changes: 1 addition & 1 deletion woonuxt_base/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { NuxtLink } from './../.nuxt/components.d';
import pkg from './package.json';
import { createResolver } from '@nuxt/kit';
const { resolve } = createResolver(import.meta.url);
Expand Down Expand Up @@ -59,6 +58,7 @@ export default defineNuxtConfig({

nitro: {
routeRules: {
'/product/*': { isr: 300 },
'/checkout/order-received/**': { ssr: false },
'/order-summary/**': { ssr: false },
},
Expand Down
2 changes: 1 addition & 1 deletion woonuxt_base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woonuxt",
"version": "3.2.27",
"version": "3.2.28",
"main": "./nuxt.config.ts",
"type": "module",
"files": [
Expand Down

0 comments on commit f359f5b

Please sign in to comment.