Skip to content

Commit

Permalink
fix(deps): update all core dependencies (#693)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent 5c23f03 commit 457b1e0
Show file tree
Hide file tree
Showing 2 changed files with 733 additions and 806 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"tools/*"
],
"devDependencies": {
"@babel/cli": "7.23.0",
"@babel/core": "7.23.3",
"@babel/cli": "7.23.4",
"@babel/core": "7.23.6",
"@babel/node": "7.22.19",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.6",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.23.3",
"@babel/plugin-proposal-json-strings": "7.18.6",
Expand All @@ -25,13 +25,13 @@
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.23.3",
"@babel/plugin-transform-classes": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.3",
"@babel/plugin-transform-classes": "7.23.5",
"@babel/plugin-transform-runtime": "7.23.6",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.23.3",
"@babel/preset-env": "7.23.6",
"@babel/preset-typescript": "7.23.3",
"@babel/register": "7.22.15",
"@babel/runtime": "7.23.2",
"@babel/runtime": "7.23.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@verdaccio/legacy-types": "workspace:*",
Expand All @@ -40,23 +40,23 @@
"babel-jest": "27.5.1",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-emotion": "11.0.0",
"@changesets/changelog-github": "^0.4.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.15.0",
"@changesets/get-dependents-graph": "^1.2.0",
"@types/http-errors": "1.8.2",
"@types/jest": "27.5.2",
"@types/lodash": "4.14.201",
"@types/lodash": "4.14.202",
"@types/memory-fs": "0.3.7",
"@types/marked": "4.3.2",
"@types/node": "14.18.0",
"@types/request": "2.48.12",
"cross-env": "7.0.3",
"rimraf": "3.0.2",
"eslint": "8.54.0",
"eslint": "8.56.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-verdaccio": "9.6.1",
Expand All @@ -66,7 +66,7 @@
"npm-run-all": "4.1.5",
"lodash": "4.17.21",
"prettier": "2.8.8",
"snyk": "1.1248.0",
"snyk": "1.1266.0",
"typescript": "4.7.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 457b1e0

Please sign in to comment.