Skip to content

Commit 270dd11

Browse files
authored
Merge pull request #320 from kpfromer/renovate/pin-dependencies
fix(deps): pin dependencies
2 parents 7f86abc + f009f0c commit 270dd11

File tree

2 files changed

+43
-152
lines changed

2 files changed

+43
-152
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"lint-staged": "lint-staged"
1616
},
1717
"dependencies": {
18-
"@mdx-js/react": "^1.6.22",
19-
"@octokit/graphql": "^4.8.0",
18+
"@mdx-js/react": "1.6.22",
19+
"@octokit/graphql": "4.8.0",
2020
"@plaiceholder/base64": "1.0.0",
2121
"@tailwindcss/typography": "0.5.2",
2222
"autoprefixer": "10.3.1",
2323
"clsx": "1.1.1",
24-
"docx": "7",
25-
"docx-react": "^1.0.5",
24+
"docx": "7.3.0",
25+
"docx-react": "1.0.5",
2626
"framer-motion": "3.10.6",
2727
"gray-matter": "4.0.3",
2828
"image-size": "1.0.0",
@@ -42,7 +42,7 @@
4242
"remark-math": "5.1.1",
4343
"remark-unwrap-images": "3.0.1",
4444
"sharp": "0.29.0",
45-
"tailwind-styled-components": "^2.1.4",
45+
"tailwind-styled-components": "2.1.6",
4646
"tailwindcss": "3.0.23",
4747
"unified": "10.1.0",
4848
"unist-util-visit": "2.0.3",
@@ -71,7 +71,7 @@
7171
"lint-staged": "11.1.2",
7272
"npm-run-all": "4.1.5",
7373
"prettier": "2.3.2",
74-
"prettier-plugin-tailwindcss": "^0.1.8",
74+
"prettier-plugin-tailwindcss": "0.1.8",
7575
"rehype": "12.0.0",
7676
"tsconfig-paths-webpack-plugin": "3.5.2",
7777
"typescript": "4.5.2",

0 commit comments

Comments
 (0)