nuudel-core 0.2.2 → 0.2.3

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 +14 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
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",
@@ -58,19 +58,19 @@
58
58
  "dependencies": {
59
59
  "@apollo/client": "3.5.10",
60
60
  "@apollo/react-hooks": "^4.0.0",
61
- "@ckeditor/ckeditor5-build-classic": "^34.1.0",
62
- "@ckeditor/ckeditor5-react": "^5.0.2",
63
- "@ckeditor/ckeditor5-source-editing": "^34.1.0",
61
+ "@ckeditor/ckeditor5-build-classic": "^37.1.0",
62
+ "@ckeditor/ckeditor5-react": "^5.1.0",
63
+ "@ckeditor/ckeditor5-source-editing": "^37.1.0",
64
64
  "graphql": "^15.7.2",
65
65
  "graphql-2-json-schema": "0.2.0",
66
- "i18next": "^21.6.6",
67
- "next-with-apollo": "^5.2.1",
66
+ "i18next": "^22.4.15",
67
+ "next-with-apollo": "^5.3.0",
68
68
  "nuudel-utils": "^0.1.68",
69
69
  "pica": "^9.0.1",
70
70
  "react-colorful": "^5.6.1",
71
71
  "react-device-detect": "^2.1.2",
72
- "react-dropzone": "^11.5.1",
73
- "react-google-recaptcha-v3": "^1.10.0",
72
+ "react-dropzone": "^14.2.3",
73
+ "react-google-recaptcha-v3": "^1.10.1",
74
74
  "react-number-format": "^4.9.1",
75
75
  "react-redux": "^7.2.6",
76
76
  "react-schemaorg": "^1.3.3",
@@ -83,9 +83,8 @@
83
83
  "@mui/icons-material": "^5.11.16",
84
84
  "@mui/material": "^5.12.3",
85
85
  "@mui/styles": "^5.12.3",
86
- "@react-native-community/eslint-config": "^3.0.1",
87
86
  "@types/i18next": "^13.0.0",
88
- "@types/node-sass": "^4.11.2",
87
+ "@types/node-sass": "^4.11.3",
89
88
  "@types/pica": "^5.1.3",
90
89
  "@types/react-native": "^0.66.12",
91
90
  "@types/react-redux": "^7.1.22",
@@ -103,17 +102,17 @@
103
102
  "gh-pages": "^3.1.0",
104
103
  "graphql-tag": "^2.12.6",
105
104
  "next": "^12.3.4",
106
- "node-sass": "^7.0.1",
105
+ "node-sass": "^8.0.0",
107
106
  "npm-run-all": "^4.1.5",
108
107
  "nyc": "^15.1.0",
109
108
  "open-cli": "^6.0.1",
110
- "prettier": "^2.1.1",
109
+ "prettier": "^2.8.8",
111
110
  "react": "^17.0.2",
112
111
  "react-dom": "^17.0.2",
113
112
  "react-test-renderer": "^17.0.2",
114
113
  "standard-version": "^9.0.0",
115
- "swr": "^1.0.1",
116
- "ts-node": "^9.0.0",
114
+ "swr": "^1.3.0",
115
+ "ts-node": "^10.9.1",
117
116
  "typed-scss-modules": "^4.1.2",
118
117
  "typedoc": "^0.22.11",
119
118
  "typescript": "^4.0.2"
@@ -125,7 +124,7 @@
125
124
  "graphql-tag": "^2.12.6",
126
125
  "next": "^12.3.4",
127
126
  "react": "*",
128
- "swr": "^1.0.1"
127
+ "swr": "^1.3.0"
129
128
  },
130
129
  "resolutions": {
131
130
  "@apollo/react-hooks/@apollo/client": "3.5.10"