nuudel-core 0.2.13 → 0.2.15

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const Message: () => JSX.Element;
3
2
  declare const TOGGLE_SNACKBAR_MUTATION: import("@apollo/react-hooks").DocumentNode;
4
3
  declare const SNACKBAR_STATE_QUERY: import("@apollo/react-hooks").DocumentNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare type TextFieldType = 'time' | 'date' | 'datetime-local';
3
2
  export interface IDateFormFieldProps {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const Message: () => JSX.Element;
3
2
  declare const TOGGLE_SNACKBAR_MUTATION: import("@apollo/react-hooks").DocumentNode;
4
3
  declare const SNACKBAR_STATE_QUERY: import("@apollo/react-hooks").DocumentNode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare type TextFieldType = 'time' | 'date' | 'datetime-local';
3
2
  export interface IDateFormFieldProps {
4
3
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
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,7 +62,7 @@
62
62
  "graphql-2-json-schema": "0.2.0",
63
63
  "i18next": "^21.10.0",
64
64
  "next-with-apollo": "^5.3.0",
65
- "nuudel-utils": "^0.1.70",
65
+ "nuudel-utils": "^0.1.71",
66
66
  "pica": "^9.0.1",
67
67
  "react-colorful": "^5.6.1",
68
68
  "react-device-detect": "^2.1.2",
@@ -98,7 +98,7 @@
98
98
  "eslint-plugin-import": "^2.22.0",
99
99
  "gh-pages": "^3.1.0",
100
100
  "graphql-tag": "^2.12.6",
101
- "next": "^12.3.4",
101
+ "next": "^11.1.4",
102
102
  "node-sass": "^9.0.0",
103
103
  "npm-run-all": "^4.1.5",
104
104
  "nyc": "^15.1.0",
@@ -118,7 +118,7 @@
118
118
  "@mui/material": "^5.13.1",
119
119
  "@mui/styles": "^5.13.1",
120
120
  "graphql-tag": "^2.12.6",
121
- "next": "^12.3.4",
121
+ "next": "^11.1.4",
122
122
  "react": "*",
123
123
  "swr": "^1.3.0"
124
124
  },