|
1 | 1 | { |
2 | 2 | "name": "nextjs-woocommerce", |
3 | | - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "Nextjs WooCommerce webshop", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
12 | 12 | "author": "", |
13 | 13 | "license": "ISC", |
14 | 14 | "dependencies": { |
15 | | - "@apollo/client": "^3.2.5", |
16 | | - "@types/react": "^16.9.55", |
17 | | - "algoliasearch": "^4.5.1", |
| 15 | + "@apollo/client": "^3.3.6", |
| 16 | + "@types/react": "^17.0.0", |
| 17 | + "algoliasearch": "^4.8.3", |
| 18 | + "autoprefixer": "^10.1.0", |
18 | 19 | "graphql": "^15.4.0", |
19 | | - "next": "^10.0.0", |
| 20 | + "next": "^10.0.3", |
20 | 21 | "node-fetch": "^2.6.1", |
21 | 22 | "nprogress": "^0.2.0", |
| 23 | + "postcss": "^8.2.1", |
22 | 24 | "react": "^17.0.1", |
23 | 25 | "react-dom": "^17.0.1", |
24 | | - "react-hook-form": "^6.9.6", |
| 26 | + "react-hook-form": "^6.13.0", |
25 | 27 | "react-instantsearch-dom": "^6.8.2", |
26 | 28 | "react-spring": "^8.0.27", |
27 | | - "styled-components": "^5.2.0", |
28 | | - "uuid": "^8.3.1" |
| 29 | + "styled-components": "^5.2.1", |
| 30 | + "uuid": "^8.3.2" |
29 | 31 | }, |
30 | 32 | "devDependencies": { |
31 | | - "babel-plugin-styled-components": "^1.11.1", |
| 33 | + "babel-plugin-styled-components": "^1.12.0", |
32 | 34 | "postcss-preset-env": "^6.7.0", |
33 | | - "tailwindcss": "^1.9.6" |
| 35 | + "tailwindcss": "^2.0.2" |
34 | 36 | } |
35 | 37 | } |
0 commit comments