Skip to content

Commit

Permalink
remove remark
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 27, 2024
1 parent c8d204b commit 4902405
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 47 deletions.
1 change: 0 additions & 1 deletion code/.remarkignore

This file was deleted.

1 change: 0 additions & 1 deletion code/.remarkrc.js

This file was deleted.

1 change: 0 additions & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"lint:ejs": "ejslint **/*.ejs",
"lint:js": "yarn lint:js:cmd . --quiet",
"lint:js:cmd": "cross-env NODE_ENV=production eslint --cache --cache-location=../.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
"lint:md": "../scripts/node_modules/.bin/remark -q .",
"lint:other": "prettier --write '**/*.{css,html,json,md,yml}'",
"lint:package": "sort-package-json",
"local-registry": "yarn --cwd ../scripts local-registry",
Expand Down
1 change: 0 additions & 1 deletion scripts/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ examples/ember-cli/.storybook/preview-head.html
examples/official-storybook/tests/addon-jest.test.js
ember-output
.yarn
!.remarkrc.js
!.babelrc.js
!.eslintrc.js
!.eslintrc-markdown.js
Expand Down
4 changes: 0 additions & 4 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@
"react-dom": "^18.3.1",
"read-pkg-up": "^7.0.1",
"recast": "^0.23.9",
"remark": "^14.0.3",
"remark-cli": "^12.0.1",
"remark-lint": "^9.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"semver": "^7.6.2",
"serve-static": "^1.15.0",
"simple-git": "^3.25.0",
Expand Down
40 changes: 1 addition & 39 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1490,10 +1490,6 @@ __metadata:
react-dom: "npm:^18.3.1"
read-pkg-up: "npm:^7.0.1"
recast: "npm:^0.23.9"
remark: "npm:^14.0.3"
remark-cli: "npm:^12.0.1"
remark-lint: "npm:^9.1.2"
remark-preset-lint-recommended: "npm:^6.1.3"
semver: "npm:^7.6.2"
serve-static: "npm:^1.15.0"
simple-git: "npm:^3.25.0"
Expand Down Expand Up @@ -11590,7 +11586,7 @@ __metadata:
languageName: node
linkType: hard

"remark-cli@npm:^12.0.0, remark-cli@npm:^12.0.1":
"remark-cli@npm:^12.0.0":
version: 12.0.1
resolution: "remark-cli@npm:12.0.1"
dependencies:
Expand Down Expand Up @@ -11825,17 +11821,6 @@ __metadata:
languageName: node
linkType: hard

"remark-parse@npm:^10.0.0":
version: 10.0.2
resolution: "remark-parse@npm:10.0.2"
dependencies:
"@types/mdast": "npm:^3.0.0"
mdast-util-from-markdown: "npm:^1.0.0"
unified: "npm:^10.0.0"
checksum: 10c0/30cb8f2790380b1c7370a1c66cda41f33a7dc196b9e440a00e2675037bca55aea868165a8204e0cdbacc27ef4a3bdb7d45879826bd6efa07d9fdf328cb67a332
languageName: node
linkType: hard

"remark-parse@npm:^11.0.0":
version: 11.0.0
resolution: "remark-parse@npm:11.0.0"
Expand Down Expand Up @@ -11873,17 +11858,6 @@ __metadata:
languageName: node
linkType: hard

"remark-stringify@npm:^10.0.0":
version: 10.0.3
resolution: "remark-stringify@npm:10.0.3"
dependencies:
"@types/mdast": "npm:^3.0.0"
mdast-util-to-markdown: "npm:^1.0.0"
unified: "npm:^10.0.0"
checksum: 10c0/682f26c66ce72e97a00bff75774b68f8008184dc1e4407039e186de896b5cd5d336aa65842bf131f4826a7415acdcd01d14ba59ff41b421a250c23fb187cda85
languageName: node
linkType: hard

"remark-stringify@npm:^11.0.0":
version: 11.0.0
resolution: "remark-stringify@npm:11.0.0"
Expand All @@ -11895,18 +11869,6 @@ __metadata:
languageName: node
linkType: hard

"remark@npm:^14.0.3":
version: 14.0.3
resolution: "remark@npm:14.0.3"
dependencies:
"@types/mdast": "npm:^3.0.0"
remark-parse: "npm:^10.0.0"
remark-stringify: "npm:^10.0.0"
unified: "npm:^10.0.0"
checksum: 10c0/d4dbef29abdb62b01ae632d787bf0038af819df3e4308e037754ece8cb9c4d8ea52e8629174a47b5c46a7448cd22feba5dfea09b3ffdaa8c745b4c9bdd01b41d
languageName: node
linkType: hard

"remark@npm:^15.0.0":
version: 15.0.1
resolution: "remark@npm:15.0.1"
Expand Down

0 comments on commit 4902405

Please sign in to comment.