Skip to content

Commit 6790df1

Browse files
authored
Merge branch 'master' into dev
2 parents 3757552 + e621779 commit 6790df1

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "04:00"
8+
open-pull-requests-limit: 10

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Optional plugin:
2323

2424
The current release has been tested and is confirmed working with the following versions:
2525

26-
- WordPress version 5.5.3
26+
- WordPress version 5.6.0
2727
- WooCommerce version 4.8.0
28-
- WP GraphQL version 1.0.3
28+
- WP GraphQL version 1.0.5
2929
- WooGraphQL version 0.6.1 (latest development version)
3030
- WPGraphQL CORS version 1.1.0 (with introspection enabled)
3131

@@ -59,10 +59,13 @@ The current release has been tested and is confirmed working with the following
5959
- Support for simple products and variable products
6060
- GraphQL-based filters
6161
- CSS animations and transitions
62+
- Form handling and validation with Vue Formulate
6263
- Checkout process
6364
- Animated mobile menu
6465

6566
## TODO
6667

68+
- Make WooCommerce session token expire and get deleted after 24 hours
6769
- Finish implementing Algolia search
70+
- Make Algolia look good on mobile
6871

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,37 @@
1313
"codegen": "graphql-codegen --config codegen.yml"
1414
},
1515
"dependencies": {
16-
"@braid/vue-formulate": "^2.4.5",
16+
"@braid/vue-formulate": "^2.5.0",
1717
"@nuxtjs/apollo": "4.0.1-rc.5",
1818
"algoliasearch": "^4.8.3",
1919
"apollo-link": "^1.2.14",
2020
"apollo-link-http": "^1.5.17",
21-
"core-js": "^3.8.1",
21+
"core-js": "^3.8.2",
2222
"graphql-tag": "^2.11.0",
2323
"nuxt": "^2.14.12",
2424
"tailwindcss": "npm:@tailwindcss/postcss7-compat@2.0.2",
2525
"uid": "^2.0.0",
2626
"vue": "^2.6.12",
27-
"vue-instantsearch": "^3.4.2",
27+
"vue-instantsearch": "^3.4.3",
2828
"vue-server-renderer": "^2.6.12",
2929
"vue-template-compiler": "^2.6.12"
3030
},
3131
"devDependencies": {
32-
"@graphql-codegen/cli": "1.19.4",
32+
"@graphql-codegen/cli": "1.20.0",
3333
"@graphql-codegen/fragment-matcher": "2.0.1",
3434
"@graphql-codegen/introspection": "1.18.1",
3535
"@nuxtjs/eslint-config": "^5.0.0",
3636
"@nuxtjs/eslint-module": "3.0.2",
37-
"@nuxtjs/tailwindcss": "^3.4.1",
37+
"@nuxtjs/tailwindcss": "^3.4.2",
3838
"@vue/test-utils": "^1.1.2",
3939
"babel-core": "7.0.0-bridge.0",
4040
"babel-eslint": "^10.1.0",
4141
"babel-jest": "^26.6.3",
42-
"eslint": "^7.16.0",
42+
"eslint": "^7.18.0",
4343
"eslint-config-prettier": "^7.1.0",
4444
"eslint-loader": "^4.0.2",
4545
"eslint-plugin-nuxt": "^2.0.0",
46-
"eslint-plugin-prettier": "^3.3.0",
46+
"eslint-plugin-prettier": "^3.3.1",
4747
"jest": "^26.6.3",
4848
"prettier": "^2.2.1",
4949
"vue-jest": "^3.0.7"

0 commit comments

Comments
 (0)