Bump Caterium to v17.6.2
This commit is contained in:
parent
7c016c9dc1
commit
b608e269a2
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "caterium-app",
|
"name": "caterium-app",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "17.6.1",
|
"version": "17.6.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check:syntax": "node --check public/app-runtime.js && node --check public/service-worker.js && node --check public/legacy/bootstrap.js && node --check public/core/sun-safe.js && node --check public/core/performance.js && node --check public/core/pdf-engine.js",
|
"check:syntax": "node --check public/app-runtime.js && node --check public/service-worker.js && node --check public/legacy/bootstrap.js && node --check public/core/sun-safe.js && node --check public/core/performance.js && node --check public/core/ops-ux-v1762.js && node --check public/core/pdf-engine.js",
|
||||||
"test:static": "node tests/static-security.mjs",
|
"test:static": "node tests/static-security.mjs",
|
||||||
"check:release": "node tests/release-check.mjs",
|
"check:release": "node tests/release-check.mjs",
|
||||||
"check:deploy": "npm run check:syntax && npm run test:static && npm run check:release",
|
"check:deploy": "npm run check:syntax && npm run test:static && npm run check:release",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user