Skip to content

Commit

Permalink
chore: update remaining dev dependencies (#1254)
Browse files Browse the repository at this point in the history
Pin eslint-plugin-import at 2.24.2 because >=2.25 bug.
  • Loading branch information
ludofischer committed Nov 30, 2021
1 parent 9454372 commit 909252c
Show file tree
Hide file tree
Showing 4 changed files with 611 additions and 639 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@
"@babel/core": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/register": "^7.16.0",
"@changesets/cli": "^2.18.0",
"@changesets/cli": "^2.18.1",
"babel-plugin-add-module-exports": "^1.0.2",
"browserslist": "^4.17.4",
"c8": "^7.10.0",
"diff": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"html-to-text": "^8.0.0",
"eslint-plugin-react": "^7.27.1",
"html-to-text": "^8.1.0",
"nanospy": "^0.4.0",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.6",
"picocolors": "^1.0.0",
"pleeease-filters": "^4.0.0",
"postcss": "^8.3.0",
"postcss-font-magician": "^3.0.0",
"postcss-scss": "^3.0.4",
"postcss-simple-vars": "^6.0.1",
"postcss-value-parser": "^4.2.0",
"prettier": "^2.3.2",
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"uvu": "^0.5.2"
},
Expand Down
12 changes: 6 additions & 6 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"@monaco-editor/react": "^4.3.1",
"camelcase": "^6.2.1",
"classnames": "^2.3.1",
"cssnano-preset-advanced": "^5.1.7",
"cssnano-preset-default": "^5.1.7",
"cssnano-preset-advanced": "^5.1.8",
"cssnano-preset-default": "^5.1.8",
"cssnano-preset-lite": "^2.0.1",
"mdast-util-heading-range": "^3.1.0",
"postcss": "^8.3.11",
"postcss": "^8.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"remark": "^14.0.1",
"remark": "^14.0.2",
"remark-behead": "^2.2.1",
"remark-bookmarks": "^3.0.0",
"remark-cli": "^10.0.0",
"remark-cli": "^10.0.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.1",
"remark-heading-gap": "^5.0.1",
"remark-html": "^15.0.0",
"remark-html": "^15.0.1",
"toml": "^3.0.0",
"tomlify-j0.4": "^3.0.0",
"unist-builder": "^3.0.0",
Expand Down

0 comments on commit 909252c

Please sign in to comment.