Skip to content

Commit

Permalink
Fix core-js update and exclude form further updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 16, 2024
1 parent aadf753 commit 2123816
Show file tree
Hide file tree
Showing 4 changed files with 1,141 additions and 1,137 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
},
"devDependenciesComments": {
"@types/node": "Version 18.19.0 breaks chokidar and vite types",
"vitepress": "Version 1.0.0-rc.40 breaks npm run dev"
"vitepress": "Version 1.0.0-rc.40 breaks npm run dev",
"core-js": "We only update manually as every update requires a snapshot update"
},
"devDependencies": {
"@codemirror/commands": "^6.3.3",
Expand Down Expand Up @@ -145,7 +146,7 @@
"chokidar": "^3.6.0",
"colorette": "^2.0.20",
"concurrently": "^8.2.2",
"core-js": "^3.35.1",
"core-js": "3.36.0",
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"platformAutomerge": true
},
{
"matchPackageNames": ["node", "npm", "fsevents", "vitepress"],
"matchPackageNames": ["node", "npm", "fsevents", "vitepress", "core-js"],
"enabled": false
},
{
Expand Down

0 comments on commit 2123816

Please sign in to comment.