Skip to content

Commit b1a0be3

Browse files
authored
Merge pull request #192 from iterative/upgrade-packages-bump-version
Upgrade packages bump theme version
2 parents de20a23 + fb3201b commit b1a0be3

File tree

6 files changed

+978
-1264
lines changed

6 files changed

+978
-1264
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"packages/*"
2626
],
2727
"devDependencies": {
28-
"@typescript-eslint/eslint-plugin": "5.55.0",
29-
"@typescript-eslint/parser": "5.55.0",
28+
"@typescript-eslint/eslint-plugin": "5.56.0",
29+
"@typescript-eslint/parser": "5.56.0",
3030
"eslint": "^8.34.0",
31-
"eslint-config-prettier": "8.7.0",
31+
"eslint-config-prettier": "8.8.0",
3232
"eslint-plugin-json": "3.1.0",
3333
"eslint-plugin-jsx-a11y": "6.7.1",
3434
"eslint-plugin-prettier": "4.2.1",
3535
"eslint-plugin-react": "7.32.2",
3636
"gatsby-plugin-postcss": "^6.4.0",
3737
"husky": "8.0.3",
3838
"lint-staged": "13.2.0",
39-
"prettier": "2.8.4",
39+
"prettier": "2.8.7",
4040
"stylelint": "^15.1.0",
41-
"stylelint-config-standard": "30.0.1"
41+
"stylelint-config-standard": "^31.0.0"
4242
}
4343
}

packages/gatsby-theme-iterative/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dvcorg/gatsby-theme-iterative",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "",
55
"main": "index.js",
66
"types": "src/typings.d.ts",
@@ -13,7 +13,7 @@
1313
"@reach/portal": "^0.18.0",
1414
"@reach/skip-nav": "^0.18.0",
1515
"@sentry/gatsby": "^7.31.1",
16-
"@svgr/webpack": "^6.2.1",
16+
"@svgr/webpack": "^7.0.0",
1717
"@types/gatsbyjs__reach-router": "^2.0.0",
1818
"@types/isomorphic-fetch": "^0.0.36",
1919
"@types/promise-polyfill": "^6.0.4",
@@ -77,7 +77,7 @@
7777
"devDependencies": {
7878
"@types/hast": "2.3.4",
7979
"eslint": "8.36.0",
80-
"typescript": "4.9.5"
80+
"typescript": "5.0.2"
8181
},
8282
"peerDependencies": {
8383
"gatsby": "^5.0.0",

packages/gatsby-theme-iterative/src/components/Documentation/Layout/styles.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@
3939
&.opened {
4040
content: '';
4141
position: fixed;
42-
top: 0;
43-
left: 0;
44-
bottom: 0;
45-
right: 0;
42+
inset: 0;
4643
z-index: 1;
4744
opacity: 1;
4845
pointer-events: all;

packages/gatsby-theme-iterative/src/components/HamburgerMenu/styles.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
transform: translateX(100%);
1212
transition: transform 0.4s ease, visibility 0.4s;
1313
will-change: transform;
14-
left: 0;
15-
right: 0;
16-
top: 0;
17-
bottom: 0;
14+
inset: 0;
1815
background-color: var(--color-gray-hover);
1916
color: #fff;
2017
overflow-y: auto;

packages/gatsby-theme-iterative/src/components/LayoutHeader/Nav/styles.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@
3535
&::before {
3636
position: absolute;
3737
content: '';
38-
top: 0;
39-
right: 0;
40-
bottom: 0;
41-
left: 0;
38+
inset: 0;
4239
z-index: -1;
4340
opacity: 0;
4441
border-radius: 100px;

0 commit comments

Comments
 (0)