Skip to content

Commit 578f5fd

Browse files
committed
chore: leave only one expected set of visuals
1 parent b82f5f0 commit 578f5fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+13
-108
lines changed

package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "@exabyte-io/wave.js",
3-
"version": "2022.1.12-0",
3+
"version": "0.0.0",
44
"description": "Web-based Atomic Viewer and Editor in JavaScript.",
55
"scripts": {
66
"prepublishOnly": "rm -rf dist; npm run transpile",
77
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider build",
8-
"start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start",
9-
"start-20": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider start",
8+
"start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider start",
109
"transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && cp -r src/stylesheets dist/stylesheets",
1110
"prestart": "npm-link-shared ./node_modules/@exabyte-io/cove.js/node_modules . react",
1211
"postinstall": "npm run transpile",
@@ -43,39 +42,40 @@
4342
"@emotion/styled": "^11.10.5",
4443
"@exabyte-io/periodic-table.js": "2022.5.5-2",
4544
"@mui/icons-material": "^5.11.0",
45+
"@mui/lab": "^5.0.0-alpha.120",
4646
"@mui/material": "^5.11.9",
4747
"@mui/styles": "^5.11.7",
4848
"classnames": "^2.3.1",
4949
"jquery": "3.6.0",
5050
"mixwith": "^0.1.1",
51+
"moment": "^2.29.4",
52+
"pixelmatch": "^5.3.0",
5153
"prop-types": "^15.8.0",
5254
"react-scripts": "^4.0.3",
53-
"typescript": "^4.9.5",
5455
"sass": "1.45.2",
5556
"sprintf-js": "^1.1.2",
5657
"static-kdtree": "^1.0.2",
5758
"three": "npm:@exabyte-io/[email protected]",
59+
"typescript": "^4.9.5",
5860
"underscore": "^1.8.3",
59-
"underscore.string": "^3.3.4",
60-
"@mui/lab": "^5.0.0-alpha.120",
61-
"moment": "^2.29.4"
61+
"underscore.string": "^3.3.4"
6262
},
6363
"peerDependencies": {
64-
"@mat3ra/code": "*",
65-
"@mat3ra/made": "*",
6664
"@exabyte-io/cove.js": "*",
6765
"@exabyte-io/esse.js": "*",
66+
"@mat3ra/code": "*",
67+
"@mat3ra/made": "*",
6868
"react": "^17.0.0",
6969
"react-dom": "^17.0.0"
7070
},
7171
"devDependencies": {
7272
"@babel/preset-typescript": "^7.22.5",
73+
"@exabyte-io/cove.js": "2024.7.31-0",
7374
"@exabyte-io/eslint-config": "^2023.8.29-1",
74-
"@mat3ra/tsconfig": "^2024.3.21-5",
7575
"@mat3ra/code": "^2024.3.25-3",
7676
"@mat3ra/esse": "2024.4.19-1",
7777
"@mat3ra/made": "2024.5.3-0",
78-
"@exabyte-io/cove.js": "2024.7.31-0",
78+
"@mat3ra/tsconfig": "^2024.3.21-5",
7979
"@types/react": "^18.2.8",
8080
"@types/react-dom": "^18.2.4",
8181
"@types/underscore": "^1.11.9",
@@ -100,9 +100,10 @@
100100
"jest": "27.4.7",
101101
"jest-canvas-mock": "^2.3.1",
102102
"jest-environment-jsdom": "^27.5.1",
103+
"jest-image-snapshot": "^5.0.0",
103104
"jest-matcher-deep-close-to": "1.3.0",
104105
"lint-staged": "^12.1.2",
105-
"looks-same": "7.3.0",
106+
"looks-same": "^9.0.0",
106107
"npm-link-shared": "^0.5.6",
107108
"pngjs": "6.0.0",
108109
"prettier": "2.5.1",

tests/__tests__/__snapshots__/centos/atomRadiiScale.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/atomRepetitions.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/colorsOfAtomsWithLabels.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/preserveThreeJsEditorChanges.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/rotate.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/toggleAxes.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/vectorA.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/vectorAB.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/vectorABC.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/vectorAC.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/vectorB.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/vectorBC.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/vectorC.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/wave.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/centos/zoomOut.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/atomRadiiScale.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/atomRepetitions.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/colorsOfAtomsWithLabels.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/preserveThreeJsEditorChanges.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/rotate.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/toggleAxes.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/vectorA.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/vectorAB.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/vectorABC.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/vectorAC.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/vectorB.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/vectorBC.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/vectorC.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/wave.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/zoomIn.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/macos/zoomOut.expected.png

-3
This file was deleted.

tests/__tests__/__snapshots__/ubuntu/zoomIn.expected.png

-3
This file was deleted.

0 commit comments

Comments
 (0)