nuudel-core 0.2.14 → 0.2.16

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.14",
3
+ "version": "0.2.16",
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",
@@ -52,6 +52,9 @@
52
52
  "version": "npm run format && git add -A src",
53
53
  "postversion": "git push && git push --tags"
54
54
  },
55
+ "engines": {
56
+ "node": ">=12"
57
+ },
55
58
  "dependencies": {
56
59
  "@apollo/client": "3.5.10",
57
60
  "@apollo/react-hooks": "^4.0.0",
@@ -98,7 +101,7 @@
98
101
  "eslint-plugin-import": "^2.22.0",
99
102
  "gh-pages": "^3.1.0",
100
103
  "graphql-tag": "^2.12.6",
101
- "next": "^12.3.4",
104
+ "next": "^11.1.4",
102
105
  "node-sass": "^9.0.0",
103
106
  "npm-run-all": "^4.1.5",
104
107
  "nyc": "^15.1.0",
@@ -109,6 +112,7 @@
109
112
  "react-test-renderer": "^17.0.2",
110
113
  "standard-version": "^9.0.0",
111
114
  "swr": "^1.3.0",
115
+ "ts-node": "^9.1.1",
112
116
  "typed-scss-modules": "^4.1.2",
113
117
  "typedoc": "^0.22.11",
114
118
  "typescript": "4.4.4"
@@ -118,7 +122,7 @@
118
122
  "@mui/material": "^5.13.1",
119
123
  "@mui/styles": "^5.13.1",
120
124
  "graphql-tag": "^2.12.6",
121
- "next": "^12.3.4",
125
+ "next": "^11.1.4",
122
126
  "react": "*",
123
127
  "swr": "^1.3.0"
124
128
  },