thousands-alarm-31103
04/18/2023, 9:23 PMgreat-diamond-35515
04/18/2023, 9:26 PMnpm run start
)
in addiiton, more elaborated samples in https://github.com/descope-sample-apps/salmon-night-88354
04/18/2023, 9:26 PMfaint-musician-4508
thousands-alarm-31103
04/18/2023, 11:52 PMthousands-alarm-31103
04/19/2023, 7:01 PMperformance.now()
and performance.timeOrigin
. You should replace the use of this package with the native methods.
2. svgo: The version 1.3.2 of SVGO is no longer supported. You should upgrade to version 2.x.x to continue receiving updates and bug fixes.
3. stable: Modern JavaScript guarantees that Array#sort()
is a stable sort, making this library unnecessary. You can remove this package and use the native Array#sort()
method.
4. sourcemap-codec: This package is deprecated and replaced by the @jridgewell/sourcemap-codec
package. You should update your project to use the new package.
5. rollup-plugin-terser: This package is deprecated and no longer maintained. You should replace it with the @rollup/plugin-terser
package.
npm WARN deprecated w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin.
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility>
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
thousands-alarm-31103
04/19/2023, 7:07 PMthousands-alarm-31103
04/19/2023, 7:27 PMthousands-alarm-31103
04/19/2023, 7:28 PMgreat-diamond-35515
04/19/2023, 7:51 PMthousands-alarm-31103
04/19/2023, 7:52 PMthousands-alarm-31103
04/19/2023, 7:53 PM