@20minutes/tyr 0.1.71 → 0.1.72
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/dist/css/articlePage-desktop-critical.css +1 -1
- package/dist/css/articlePage-desktop-no-critical.css +1 -1
- package/dist/css/articlePage-mobile-critical.css +1 -1
- package/dist/css/articlePage-mobile-no-critical.css +1 -1
- package/dist/css/errorPage-desktop-critical.css +1 -1
- package/dist/css/errorPage-desktop-no-critical.css +1 -1
- package/dist/css/errorPage-mobile-critical.css +1 -1
- package/dist/css/errorPage-mobile-no-critical.css +1 -1
- package/dist/css/global.css +1 -1
- package/dist/css/horoscopePage-desktop-critical.css +1 -1
- package/dist/css/horoscopePage-desktop-no-critical.css +1 -1
- package/dist/css/horoscopePage-mobile-critical.css +1 -1
- package/dist/css/horoscopePage-mobile-no-critical.css +1 -1
- package/dist/css/horoscopehomePage-desktop-critical.css +1 -1
- package/dist/css/horoscopehomePage-desktop-no-critical.css +1 -1
- package/dist/css/horoscopehomePage-mobile-critical.css +1 -1
- package/dist/css/horoscopehomePage-mobile-no-critical.css +1 -1
- package/dist/css/searchPage-desktop-critical.css +1 -1
- package/dist/css/searchPage-desktop-no-critical.css +1 -1
- package/dist/css/searchPage-mobile-critical.css +1 -1
- package/dist/css/searchPage-mobile-no-critical.css +1 -1
- package/dist/css/tagPage-desktop-critical.css +1 -1
- package/dist/css/tagPage-desktop-no-critical.css +1 -1
- package/dist/css/tagPage-mobile-critical.css +1 -1
- package/dist/css/tagPage-mobile-no-critical.css +1 -1
- package/dist/index.es.js +8595 -8542
- package/dist/index.umd.js +108 -108
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@20minutes/tyr",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.72",
|
|
4
4
|
"repository": "git@github.com:20minutes/tyr.git",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "20 Minutes",
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
"node": ">=16"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@20minutes/hela": "^0.1.
|
|
46
|
+
"@20minutes/hela": "^0.1.64",
|
|
47
47
|
"aws-rum-web": "^1.12.0",
|
|
48
|
-
"node-html-parser": "^6.1.
|
|
48
|
+
"node-html-parser": "^6.1.5",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-dom": "^18.2.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@20minutes/eslint-config": "^1.2.4",
|
|
54
|
-
"@babel/core": "^7.
|
|
54
|
+
"@babel/core": "^7.21.0",
|
|
55
55
|
"@storybook/addon-actions": "^6.5.14",
|
|
56
56
|
"@storybook/addon-essentials": "^6.5.16",
|
|
57
57
|
"@storybook/addon-interactions": "^6.5.16",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@types/jest": "^29.4.0",
|
|
64
64
|
"@types/react": "^18.0.28",
|
|
65
65
|
"@types/react-dom": "^18.0.11",
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
67
|
-
"@typescript-eslint/parser": "^5.
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
67
|
+
"@typescript-eslint/parser": "^5.53.0",
|
|
68
68
|
"@vitejs/plugin-react": "^3.1.0",
|
|
69
69
|
"babel-loader": "^9.1.2",
|
|
70
70
|
"eslint": "^8.34.0",
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
"lint-staged": "^13.1.2",
|
|
83
83
|
"prettier": "^2.8.4",
|
|
84
84
|
"purgecss": "^5.0.0",
|
|
85
|
-
"rollup": "^3.17.
|
|
85
|
+
"rollup": "^3.17.2",
|
|
86
86
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
87
87
|
"rollup-plugin-esbuild": "^5.0.0",
|
|
88
88
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
89
89
|
"ts-jest": "^29.0.5",
|
|
90
90
|
"ts-node": "^10.9.1",
|
|
91
91
|
"typescript": "^4.9.5",
|
|
92
|
-
"vite": "^4.1.
|
|
92
|
+
"vite": "^4.1.4",
|
|
93
93
|
"vite-plugin-dts": "^1.7.3",
|
|
94
94
|
"vite-tsconfig-paths": "^4.0.5"
|
|
95
95
|
}
|