Browse Source

chore: remove useless node_modules (#39261)

* chore: remore useless node_modules

* fix

* fix

* fix

* fix
pull/39277/head
lijianan 2 years ago
committed by GitHub
parent
commit
6bb9dbc692
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .dumi/theme/builtins/Previewer/fromDumiProps.tsx
  2. 4
      package.json

1
.dumi/theme/builtins/Previewer/fromDumiProps.tsx

@ -3,7 +3,6 @@ import React, { useEffect, useState } from 'react';
import JsonML from 'jsonml.js/lib/utils';
// @ts-ignore
import toReactComponent from 'jsonml-to-react-element';
// @ts-ignore
import Prism from 'prismjs';
import { useLocation, useIntl, type IPreviewerProps } from 'dumi';
import { ping } from '../../utils';

4
package.json

@ -180,6 +180,7 @@
"@types/jest-image-snapshot": "^5.1.0",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.139",
"@types/prismjs": "^1.26.0",
"@types/puppeteer": "^7.0.4",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.0",
@ -274,7 +275,6 @@
"react-draggable": "^4.4.3",
"react-fast-marquee": "^1.2.1",
"react-github-button": "^0.1.11",
"react-helmet-async": "~1.3.0",
"react-highlight-words": "^0.18.0",
"react-infinite-scroll-component": "^6.1.0",
"react-resizable": "^3.0.1",
@ -288,7 +288,6 @@
"remove-files-webpack-plugin": "1.5.0",
"rimraf": "^3.0.0",
"rome": "^10.0.1",
"scrollama": "^3.0.0",
"semver": "^7.3.5",
"simple-git": "^3.0.0",
"size-limit": "^8.0.0",
@ -299,7 +298,6 @@
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-order": "^5.0.0",
"sylvanas": "^0.6.1",
"theme-switcher": "^1.0.2",
"ts-node": "^10.8.2",
"typedoc": "^0.23.21",
"typescript": "~4.9.3",

Loading…
Cancel
Save