@notur/sdk 1.4.7 → 1.5.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.
package/bin/notur-create.js
CHANGED
|
@@ -403,10 +403,10 @@ function packageTemplate(id) {
|
|
|
403
403
|
'@types/react-dom': '^16.9.0',
|
|
404
404
|
react: '^16.14.0',
|
|
405
405
|
'react-dom': '^16.14.0',
|
|
406
|
-
'ts-loader': '^9.
|
|
407
|
-
typescript: '^
|
|
408
|
-
webpack: '^5.
|
|
409
|
-
'webpack-cli': '^
|
|
406
|
+
'ts-loader': '^9.6.2',
|
|
407
|
+
typescript: '^6.0.3',
|
|
408
|
+
webpack: '^5.111.0',
|
|
409
|
+
'webpack-cli': '^7.2.3',
|
|
410
410
|
},
|
|
411
411
|
}, null, 2)}
|
|
412
412
|
`;
|
|
@@ -417,7 +417,7 @@ function tsconfigTemplate() {
|
|
|
417
417
|
"compilerOptions": {
|
|
418
418
|
"target": "ES2019",
|
|
419
419
|
"module": "ESNext",
|
|
420
|
-
"moduleResolution": "
|
|
420
|
+
"moduleResolution": "bundler",
|
|
421
421
|
"jsx": "react",
|
|
422
422
|
"strict": true,
|
|
423
423
|
"esModuleInterop": true,
|
package/bin/notur-sync.js
CHANGED
|
@@ -113,10 +113,10 @@ function syncPackageJson(extensionPath, manifest) {
|
|
|
113
113
|
'@types/react-dom': '^16.9.0',
|
|
114
114
|
react: '^16.14.0',
|
|
115
115
|
'react-dom': '^16.14.0',
|
|
116
|
-
'ts-loader': '^9.
|
|
117
|
-
typescript: '^
|
|
118
|
-
webpack: '^5.
|
|
119
|
-
'webpack-cli': '^
|
|
116
|
+
'ts-loader': '^9.6.2',
|
|
117
|
+
typescript: '^6.0.3',
|
|
118
|
+
webpack: '^5.111.0',
|
|
119
|
+
'webpack-cli': '^7.2.3',
|
|
120
120
|
...(current.devDependencies || {}),
|
|
121
121
|
},
|
|
122
122
|
};
|