Skip to content

Commit

Permalink
Merge pull request #316 from dlabaj/snyk-07012024
Browse files Browse the repository at this point in the history
Update with latest from main, removed asciidoc support, and latest snyk updates.
  • Loading branch information
nicolethoen authored Jul 3, 2024
2 parents 07f30b3 + 0f0286c commit 4c0d87e
Show file tree
Hide file tree
Showing 70 changed files with 4,398 additions and 4,449 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/patternfly/projects/12
project-url: https://github.com/orgs/patternfly/projects/7
github-token: ${{ secrets.GH_PROJECTS }}
33 changes: 0 additions & 33 deletions .github/workflows/visual-testing.yml

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ yarn build
# Quick build of the main module for local dev
yarn build:quick
```

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
"private": true,
"workspaces": [
"packages/dev",
"packages/module",
"packages/transform-adoc"
"packages/module"
],
"scripts": {
"build": "yarn workspace @patternfly/quickstarts build && yarn build:adoc",
"build": "yarn workspace @patternfly/quickstarts build",
"build:quick": "yarn workspace @patternfly/quickstarts quick",
"build:adoc": "yarn workspace @patternfly/transform-adoc build",
"build:docs": "yarn build && yarn workspace @patternfly/quickstarts docs:build",
"start": "yarn workspace @patternfly/quickstarts-dev start",
"start:docs": "yarn build && yarn workspace @patternfly/quickstarts docs:develop",
Expand All @@ -26,12 +24,10 @@
"lint": "yarn lint:module && yarn lint:dev",
"lint:module": "NODE_OPTIONS=--max-old-space-size=4096 yarn eslint packages/module",
"lint:dev": "NODE_OPTIONS=--max-old-space-size=4096 yarn eslint packages/dev",
"visual": "npx percy exec -- node snapshots.js",
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"devDependencies": {
"@patternfly/patternfly-a11y": "^4.3.1",
"@percy/script": "^1.1.0",
"@types/jest": "^26.0.14",
"@types/lodash-es": "^4.17.7",
"@typescript-eslint/eslint-plugin": "5.59.6",
Expand Down
8 changes: 3 additions & 5 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@
"dependencies": {
"@patternfly/patternfly": "6.0.0-alpha.139",
"@patternfly/quickstarts": "^6.0.0-alpha.0",
"@patternfly/transform-adoc": "*",
"@patternfly/react-core": "6.0.0-alpha.61",
"asciidoctor": "^2.2.6",
"i18next": "^19.8.3",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-parser": "^3.3.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-parser": "^9.0.0",
"i18next-pseudo": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.7.3",
"react-router-dom": "^6.11.2",
"showdown": "1.8.6",
"showdown": "2.1.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
283 changes: 0 additions & 283 deletions packages/dev/quickstart-adoc.js

This file was deleted.

Loading

0 comments on commit 4c0d87e

Please sign in to comment.