diff --git a/.gitignore b/.gitignore index 43de6b0d9..025a7af79 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ contract/logs/pact.log coverage/ jsconfig.json lib/ -umd/ node_modules/ npm-debug.log @@ -22,7 +21,8 @@ packages/sui-studio/test/server/integration/sample-studio/components/atom/button packages/sui-studio/test/server/integration/sample-studio/node_modules/ packages/sui-studio/test/server/integration/sample-studio/public -sui-components-dashboard-9350df448fcd.json repopack-output.txt repopack.config.json .repopackignore + +**/umd/index.js diff --git a/package-lock.json b/package-lock.json index 96cb36254..07f912b03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8187,9 +8187,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001660", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz", - "integrity": "sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==", + "version": "1.0.30001662", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001662.tgz", + "integrity": "sha512-sgMUVwLmGseH8ZIrm1d51UbrhqMCH3jvS7gF/M6byuHOnKyLOBL7W8yz5V02OHwgLGA36o/AFhWzzh4uc5aqTA==", "funding": [ { "type": "opencollective", @@ -27665,9 +27665,9 @@ "license": "MIT" }, "node_modules/webpack-dev-server/node_modules/memfs": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.11.2.tgz", - "integrity": "sha512-VcR7lEtgQgv7AxGkrNNeUAimFLT+Ov8uGu1LuOfbe/iF/dKoh/QgpoaMZlhfejvLtMxtXYyeoT7Ar1jEbWdbPA==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.12.0.tgz", + "integrity": "sha512-74wDsex5tQDSClVkeK1vtxqYCAgCoXxx+K4NSHzgU/muYVYByFqa+0RnrPO9NM6naWm1+G9JmZ0p6QHhXmeYfA==", "license": "Apache-2.0", "dependencies": { "@jsonjoy.com/json-pack": "^1.0.3", @@ -29623,7 +29623,7 @@ }, "packages/sui-segment-wrapper": { "name": "@s-ui/segment-wrapper", - "version": "4.0.0", + "version": "4.1.0", "license": "ISC", "dependencies": { "@s-ui/js": "2", diff --git a/package.json b/package.json index afd056da9..e677b7c21 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ }, "eslintConfig": { "extends": [ - "./node_modules/@s-ui/lint/eslintrc.ts.js" + "./node_modules/@s-ui/lint/eslintrc.js" ] }, "babel": { @@ -82,4 +82,4 @@ "stylelint": { "extends": "./node_modules/@s-ui/lint/stylelint.config.js" } -} +} \ No newline at end of file