Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 92b91e5

Browse files
fix(deps): pin dependencies
1 parent 16dc741 commit 92b91e5

File tree

4 files changed

+392
-191
lines changed

4 files changed

+392
-191
lines changed

demo/front-astro/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"vue": "3.2.30"
4444
},
4545
"dependencies": {
46-
"@astro-community/astro-embed-twitter": "^0.1.3",
47-
"@astrojs/image": "^0.3.4",
46+
"@astro-community/astro-embed-twitter": "0.1.3",
47+
"@astrojs/image": "0.3.6",
4848
"@astrojs/node": "1.0.0",
49-
"@astrojs/prism": "^1.0.1",
49+
"@astrojs/prism": "1.0.1",
5050
"@julian_cataldo/astro-diagram": "0.11.2",
5151
"@types/express": "4.17.13",
5252
"astro": "1.0.6",
5353
"astro-remote": "0.0.1",
5454
"content": "link:../content-base",
5555
"express": "4.18.1",
56-
"headless-mermaid": "^1.3.0",
57-
"html-entities": "^2.3.3",
58-
"prismjs": "^1.28.0",
56+
"headless-mermaid": "1.3.0",
57+
"html-entities": "2.3.3",
58+
"prismjs": "1.29.0",
5959
"tsx": "3.8.2"
6060
},
6161
"prettier": "@julian_cataldo/astro-configs/.prettierrc.cjs",

demo/front-astro/pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"eslint-plugin-tsdoc": "0.2.16",
8484
"parcel": "2.6.2",
8585
"prettier": "2.7.1",
86-
"remark": "^14.0.2",
87-
"remark-cli": "^11.0.0",
86+
"remark": "14.0.2",
87+
"remark-cli": "11.0.0",
8888
"semantic-release": "19.0.3"
8989
},
9090
"engines": {

0 commit comments

Comments
 (0)