@graphcommerce/next-ui 3.7.0 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +11 -13
  3. package/.babelrc +0 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.9.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.8.1...@graphcommerce/next-ui@3.9.0) (2021-10-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * prepare for yarn 3 usage (not actually migrated because vercel doesn't support yarn 3) ([41734be](https://github.com/ho-nl/m2-pwa/commit/41734beaa016bf4c3487b3fbd5a402d8024e173f))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.8.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.7.1...@graphcommerce/next-ui@3.8.0) (2021-10-21)
18
+
19
+
20
+ ### Features
21
+
22
+ * **graphql-mesh:** remove the api project and use a single project 🎉👩‍👩‍👦‍👦 ([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
23
+
24
+
25
+
26
+
27
+
6
28
  # [3.7.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.6.0...@graphcommerce/next-ui@3.7.0) (2021-10-19)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/next-ui",
3
- "version": "3.7.0",
3
+ "version": "3.9.0",
4
4
  "author": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -10,12 +10,12 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@apollo/client": "^3.4.16",
13
- "@graphcommerce/framer-next-pages": "^2.106.9",
14
- "@graphcommerce/framer-scroller": "^0.3.0",
15
- "@graphcommerce/framer-sheet": "^2.105.9",
16
- "@graphcommerce/framer-utils": "^2.103.8",
17
- "@graphcommerce/graphql": "^2.103.7",
18
- "@graphcommerce/image": "^2.104.10",
13
+ "@graphcommerce/framer-next-pages": "^2.106.12",
14
+ "@graphcommerce/framer-scroller": "^0.3.3",
15
+ "@graphcommerce/framer-sheet": "^2.105.12",
16
+ "@graphcommerce/framer-utils": "^2.103.11",
17
+ "@graphcommerce/graphql": "^2.104.1",
18
+ "@graphcommerce/image": "^2.104.13",
19
19
  "@graphql-typed-document-node/core": "^3.1.0",
20
20
  "@material-ui/core": "^4.12.3",
21
21
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -24,23 +24,21 @@
24
24
  "framer-motion": "^4.1.17",
25
25
  "graphql": "^15.6.1",
26
26
  "next": "^11.1.2",
27
- "node-fetch": "^3.0.0",
28
27
  "react": "^17.0.2",
29
28
  "react-dom": "^17.0.2",
30
29
  "react-focus-lock": "^2.5.2",
31
30
  "react-is": "^17.0.2",
32
31
  "react-schemaorg": "^2.0.0",
33
32
  "schema-dts": "^1.0.0",
34
- "type-fest": "^2.5.0"
33
+ "type-fest": "^2.5.1"
35
34
  },
36
35
  "devDependencies": {
37
36
  "@graphcommerce/browserslist-config-pwa": "^3.0.2",
38
- "@graphcommerce/eslint-config-pwa": "^3.0.7",
37
+ "@graphcommerce/eslint-config-pwa": "^3.1.1",
39
38
  "@graphcommerce/prettier-config-pwa": "^3.0.3",
40
39
  "@graphcommerce/typescript-config-pwa": "^3.1.1",
41
40
  "@playwright/test": "^1.15.2",
42
- "@types/react-dom": "^17.0.9",
43
- "@types/react-is": "^17.0.2",
41
+ "@types/react-is": "^17.0.3",
44
42
  "graphql-tag": "2.12.5",
45
43
  "typescript": "^4.4.4"
46
44
  },
@@ -55,5 +53,5 @@
55
53
  "project": "./tsconfig.json"
56
54
  }
57
55
  },
58
- "gitHead": "a7749d81f482a77bc6bcbf237aca551ed3b7a835"
56
+ "gitHead": "a71eb508e3ddf42e5705e23bc8016f6f08969c74"
59
57
  }
package/.babelrc DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "presets": ["next/babel"]
3
- }