nuudel-core 0.3.18 → 0.3.19

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 (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.3.18",
3
+ "version": "0.3.19",
4
4
  "description": "Web components for react with material UI",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -62,6 +62,7 @@
62
62
  "@dnd-kit/sortable": "^7.0.2",
63
63
  "graphql": "^16.8.1",
64
64
  "graphql-2-json-schema": "^0.10.0",
65
+ "graphql-tag": "^2.12.6",
65
66
  "i18next": "^21.5.6",
66
67
  "next-seo": "^6.0.0",
67
68
  "next-with-apollo": "^5.3.0",
@@ -99,7 +100,6 @@
99
100
  "eslint-plugin-functional": "^3.0.2",
100
101
  "eslint-plugin-import": "^2.22.0",
101
102
  "gh-pages": "^3.1.0",
102
- "graphql-tag": "^2.12.6",
103
103
  "next": "^14.0.4",
104
104
  "node-sass": "^9.0.0",
105
105
  "npm-run-all": "^4.1.5",
@@ -110,7 +110,7 @@
110
110
  "react-dom": "^17.0.2",
111
111
  "react-test-renderer": "^17.0.2",
112
112
  "standard-version": "^9.0.0",
113
- "swr": "^1.3.0",
113
+ "swr": "^2.2.4",
114
114
  "typed-scss-modules": "^4.1.2",
115
115
  "typedoc": "^0.22.11",
116
116
  "typescript": "4.5.5"
@@ -118,13 +118,12 @@
118
118
  "peerDependencies": {
119
119
  "@mui/icons-material": "^5.13.1",
120
120
  "@mui/material": "^5.13.1",
121
- "graphql-tag": "^2.12.6",
122
121
  "next": "^11.1.4",
123
122
  "react": "*",
124
- "swr": "^1.3.0"
123
+ "swr": "^2.2.4"
125
124
  },
126
125
  "resolutions": {
127
- "json5": "^2.2.3"
126
+ "@apollo/react-hooks/@apollo/client": "^3.8.8"
128
127
  },
129
128
  "files": [
130
129
  "build/main",