Skip to content

Commit

Permalink
chore(deps-dev): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Sep 25, 2024
1 parent 41fa6ff commit 923b509
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 29 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/mocha": "^10.0.8",
"@types/node": "18",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.3.8",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.33",
Expand Down Expand Up @@ -78,7 +78,7 @@
"typescript": "~5.6.2",
"typescript-eslint": "^8.7.0",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"yargs": "^17.7.2"
},
"engines": {
Expand Down
11 changes: 6 additions & 5 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
export default {
pinnedPackages: [
{ name: 'flat', reason: 'esm only' },
{ name: 'mime', reason: 'esm only' },
{ name: '@types/mime', reason: 'v4 has built-in types, but is esm only' },
{ name: 'chai', reason: 'esm only from v5' },
{ name: 'rimraf', reason: 'v6 drops node 18 support' },
{ name: 'flat', reason: 'esm-only' },
{ name: 'mime', reason: 'esm-only' },
{ name: 'chai', reason: 'esm-only' },
{ name: '@types/chai', reason: 'esm-only' },
{ name: '@types/mime', reason: 'v4 has built-in types, but is esm-only' },
{ name: 'rimraf', reason: 'drops node 18 support' },
],
};

0 comments on commit 923b509

Please sign in to comment.