Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DanSnow committed Oct 2, 2023
1 parent a244894 commit 7e32e9b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions packages/code-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"babel-plugin-prismjs": "^2.1.0",
"@babel/core": "7.22.20",
"babel-plugin-prismjs": "2.1.0",
"changelogen": "0.5.5",
"eslint": "^8.49.0",
"vite": "^4.4.9",
"vite-plugin-babel": "^1.1.3"
"eslint": "8.49.0",
"vite": "4.4.9",
"vite-plugin-babel": "1.1.3"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.21.3, @babel/core@npm:^7.22.10, @babel/core@npm:^7.22.20, @babel/core@npm:^7.22.9":
"@babel/core@npm:7.22.20, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.10, @babel/core@npm:^7.22.9":
version: 7.22.20
resolution: "@babel/core@npm:7.22.20"
dependencies:
Expand Down Expand Up @@ -3136,13 +3136,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storipress/code-highlight@workspace:packages/code-highlight"
dependencies:
"@babel/core": ^7.22.20
"@babel/core": 7.22.20
"@types/prismjs": ^1.26.0
babel-plugin-prismjs: ^2.1.0
babel-plugin-prismjs: 2.1.0
changelogen: 0.5.5
eslint: ^8.49.0
vite: ^4.4.9
vite-plugin-babel: ^1.1.3
eslint: 8.49.0
vite: 4.4.9
vite-plugin-babel: 1.1.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5448,7 +5448,7 @@ __metadata:
languageName: node
linkType: hard

"babel-plugin-prismjs@npm:^2.1.0":
"babel-plugin-prismjs@npm:2.1.0":
version: 2.1.0
resolution: "babel-plugin-prismjs@npm:2.1.0"
peerDependencies:
Expand Down Expand Up @@ -8240,7 +8240,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.49.0, eslint@npm:^8.49.0":
"eslint@npm:8.49.0":
version: 8.49.0
resolution: "eslint@npm:8.49.0"
dependencies:
Expand Down Expand Up @@ -17683,7 +17683,7 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-babel@npm:^1.1.3":
"vite-plugin-babel@npm:1.1.3":
version: 1.1.3
resolution: "vite-plugin-babel@npm:1.1.3"
peerDependencies:
Expand Down Expand Up @@ -17810,7 +17810,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^3.0.0 || ^4.0.0, vite@npm:^4.4.9":
"vite@npm:4.4.9, vite@npm:^3.0.0 || ^4.0.0, vite@npm:^4.4.9":
version: 4.4.9
resolution: "vite@npm:4.4.9"
dependencies:
Expand Down

0 comments on commit 7e32e9b

Please sign in to comment.