gatsby-matrix-theme 53.9.2 → 53.10.0-beta.1
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/.ci.yml +4 -0
- package/CHANGELOG.md +31 -0
- package/package.json +2 -2
- package/src/components/molecules/game-iframe/index.js +1 -1
- package/storybook/public/{384.f43b96da.iframe.bundle.js → 384.f67925e8.iframe.bundle.js} +4 -4
- package/storybook/public/{384.f43b96da.iframe.bundle.js.map → 384.f67925e8.iframe.bundle.js.map} +1 -1
- package/storybook/public/{964.64e24ece.iframe.bundle.js → 964.3d4c1350.iframe.bundle.js} +1 -1
- package/storybook/public/{995.bcb340c2.iframe.bundle.js → 995.aa5d8c09.iframe.bundle.js} +1 -1
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/project.json +1 -1
- package/storybook/public/{runtime~main.434980f3.iframe.bundle.js → runtime~main.1b0ac866.iframe.bundle.js} +1 -1
- package/package.old.json +0 -87
- /package/storybook/public/{384.f43b96da.iframe.bundle.js.LICENSE.txt → 384.f67925e8.iframe.bundle.js.LICENSE.txt} +0 -0
package/package.old.json
DELETED
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "5.0.11",
|
|
4
|
-
"main": "index.js",
|
|
5
|
-
"description": "Matrix Theme NPM Package",
|
|
6
|
-
"author": "",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"GATSBY_RECAPTCHA_SITEKEY": "6LfoyvMUAAAAAO4nl_MQnqHb4XdHxEiu5cXgIqeB",
|
|
9
|
-
"peerDependencies": {
|
|
10
|
-
"gatsby": "^3.3.1"
|
|
11
|
-
},
|
|
12
|
-
"directories": {
|
|
13
|
-
"test": "tests"
|
|
14
|
-
},
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "https://git.ilcd.rocks/team-floyd/themes/matrix-theme"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"test": "jest --coverage",
|
|
21
|
-
"update-packages": "npm version patch && npm publish",
|
|
22
|
-
"storybook": "cross-env STORYBOOK_IMAGE_CDN_URL=https://cdn.irishluck.ie STORYBOOK_GATSBY_SITE_NAME=irishluck.ie STORYBOOK_GATSBY_TRACKER_LINK_PREFIX=visit start-storybook -s ./storybook-images -p 7007",
|
|
23
|
-
"build-storybook": "cross-env STORYBOOK_IMAGE_CDN_URL=https://cdn.irishluck.ie STORYBOOK_GATSBY_SITE_NAME=irishluck.ie STORYBOOK_GATSBY_TRACKER_LINK_PREFIX=visit build-storybook"
|
|
24
|
-
},
|
|
25
|
-
"storybook": {
|
|
26
|
-
"url": "https://storybook-matrix.gigmedia.com/"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"babel-preset-gatsby": "^1.3.0",
|
|
30
|
-
"chalk": "^4.1.0",
|
|
31
|
-
"cross-env": "^7.0.2",
|
|
32
|
-
"dotenv": "8.2.0",
|
|
33
|
-
"gatsby": "^3.3.1",
|
|
34
|
-
"gatsby-core-theme": "^5.1.4",
|
|
35
|
-
"gatsby-image": "^3.3.0",
|
|
36
|
-
"gatsby-plugin-image": "^1.3.1",
|
|
37
|
-
"gatsby-plugin-postcss": "^4.3.0",
|
|
38
|
-
"postcss": "^8.2.10",
|
|
39
|
-
"prop-types": "15.7.2",
|
|
40
|
-
"react": "^17.0.2",
|
|
41
|
-
"react-dom": "^17.0.2",
|
|
42
|
-
"react-icons": "^4.2.0",
|
|
43
|
-
"react-masonry-css": "^1.0.16"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@babel/core": "^7.13.1",
|
|
47
|
-
"@babel/plugin-syntax-class-properties": "^7.12.1",
|
|
48
|
-
"@babel/plugin-syntax-jsx": "^7.12.1",
|
|
49
|
-
"@babel/preset-env": "^7.13.5",
|
|
50
|
-
"@babel/preset-react": "^7.12.1",
|
|
51
|
-
"@semantic-release/changelog": "^5.0.1",
|
|
52
|
-
"@semantic-release/commit-analyzer": "^8.0.1",
|
|
53
|
-
"@semantic-release/git": "^9.0.0",
|
|
54
|
-
"@semantic-release/gitlab": "^6.2.1",
|
|
55
|
-
"@semantic-release/gitlab-config": "^8.0.0",
|
|
56
|
-
"@semantic-release/npm": "^7.1.3",
|
|
57
|
-
"@semantic-release/release-notes-generator": "^9.0.3",
|
|
58
|
-
"@storybook/addon-actions": "^6.0.21",
|
|
59
|
-
"@storybook/addon-essentials": "^6.0.21",
|
|
60
|
-
"@storybook/addon-links": "^6.0.21",
|
|
61
|
-
"@storybook/react": "^6.0.21",
|
|
62
|
-
"@testing-library/jest-dom": "^5.14.1",
|
|
63
|
-
"@testing-library/react": "^11.2.6",
|
|
64
|
-
"babel-jest": "^26.6.3",
|
|
65
|
-
"babel-loader": "^8.2.2",
|
|
66
|
-
"babel-preset-gatsby": "^1.3.0",
|
|
67
|
-
"gatsby-plugin-compile-es6-packages": "^2.1.0",
|
|
68
|
-
"identity-obj-proxy": "^3.0.0",
|
|
69
|
-
"jest": "^26.6.3",
|
|
70
|
-
"sass-resources-loader": "^2.1.0"
|
|
71
|
-
},
|
|
72
|
-
"jest": {
|
|
73
|
-
"verbose": true,
|
|
74
|
-
"moduleFileExtensions": [
|
|
75
|
-
"js",
|
|
76
|
-
"jsx"
|
|
77
|
-
],
|
|
78
|
-
"moduleDirectories": [
|
|
79
|
-
"node_modules"
|
|
80
|
-
],
|
|
81
|
-
"transform": {
|
|
82
|
-
"\\.js$": "<rootDir>/node_modules/babel-jest"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"browserslist": "> 0.25%, not dead"
|
|
86
|
-
}
|
|
87
|
-
|
|
File without changes
|