Skip to content

Commit 0ff535c

Browse files
authored
Merge pull request #927 from w3bdesign/dev
Yarn
2 parents 53f6255 + 8a05073 commit 0ff535c

File tree

5 files changed

+11
-16346
lines changed

5 files changed

+11
-16346
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Daniel
3+
Copyright (c) 2022 w3bdesign
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/test.txt

Whitespace-only changes.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxtjs-woocommerce",
3-
"version": "0.992",
3+
"version": "0.993",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",
@@ -22,7 +22,7 @@
2222
"@nuxtjs/apollo": "4.0.1-rc.5",
2323
"@nuxtjs/eslint-config": "12.0.0",
2424
"@nuxtjs/eslint-module": "3.1.0",
25-
"@nuxtjs/tailwindcss": "6.1.3",
25+
"@nuxtjs/tailwindcss": "4.2.1",
2626
"@vue/test-utils": "2.2.6",
2727
"algoliasearch": "4.14.2",
2828
"apollo-link": "1.2.14",
@@ -50,5 +50,11 @@
5050
"vue-jest": "3.0.7",
5151
"vue-server-renderer": "^2.7.14",
5252
"vue-template-compiler": "^2.7.14"
53+
},
54+
"resolutions": {
55+
"@apollo/federation": "^0.38.1"
56+
},
57+
"engines": {
58+
"node": "16.18.1"
5359
}
5460
}

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": 2,
32
"builds": [
43
{
54
"src": "nuxt.config.js",
6-
"use": "@nuxtjs/vercel-builder"
5+
"use": "@nuxtjs/vercel-builder",
6+
"config": {}
77
}
88
]
99
}

0 commit comments

Comments
 (0)