Skip to content

Commit

Permalink
4.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Feb 19, 2024
2 parents 1e985c8 + b2abb95 commit 76369d2
Show file tree
Hide file tree
Showing 14 changed files with 169 additions and 154 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact docs-utils module, newest changes on the top.

## [4.8.0] - 2024-02-19

- Updated dependencies.

## [4.7.1] - 2023-12-26

- Updated the contents of the tutorial.
Expand Down
148 changes: 74 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"name": "docs",
"description": "Enact JavaScript Framework Docs",
"version": "4.7.1",
"version": "4.8.0",
"engines": {
"node": ">=18"
},
"dependencies": {
"@enact/core": "^4.7.8",
"@enact/docs-utils": "^0.4.6",
"@enact/ui": "^4.7.8",
"@enact/core": "^4.7.9",
"@enact/docs-utils": "^0.4.7",
"@enact/ui": "^4.7.9",
"@primer/octicons": "^19.8.0",
"babel-plugin-dev-expression": "^0.2.3",
"broken-link-checker": "^0.7.8",
"chokidar": "^3.5.3",
"chroma-js": "^2.4.2",
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"color-pairs-picker": "^1.3.6",
"create-react-class": "^15.7.0",
"css-loader": "^6.8.1",
"css-loader": "^6.9.0",
"elasticlunr": "^0.9.5",
"gatsby": "^5.12.11",
"gatsby-plugin-catch-links": "^5.12.0",
"gatsby-plugin-google-gtag": "^5.12.3",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-less": "^7.12.0",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-offline": "^6.12.3",
"gatsby-plugin-postcss": "^6.12.0",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-typography": "^5.12.0",
"gatsby-remark-autolink-headers": "^6.12.3",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-embed-youtube": "0.0.7",
"gatsby-remark-images": "^7.12.3",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-remark-smartypants": "^6.12.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-javascript-frontmatter": "^5.12.0",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-remark": "^6.12.3",
"gatsby": "^5.13.1",
"gatsby-plugin-catch-links": "^5.13.0",
"gatsby-plugin-google-gtag": "^5.13.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-less": "^7.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-offline": "^6.13.0",
"gatsby-plugin-postcss": "^6.13.0",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-typography": "^5.13.0",
"gatsby-remark-autolink-headers": "^6.13.0",
"gatsby-remark-copy-linked-files": "^6.13.0",
"gatsby-remark-embed-youtube": "^0.0.7",
"gatsby-remark-images": "^7.13.0",
"gatsby-remark-prismjs": "^7.13.0",
"gatsby-remark-responsive-iframe": "^6.13.0",
"gatsby-remark-smartypants": "^6.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-javascript-frontmatter": "^5.13.0",
"gatsby-transformer-json": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"global-modules": "^2.0.0",
"gray-matter": "^4.0.3",
"json-loader": "^0.5.7",
"jsonata": "^2.0.3",
"jsonfile": "^6.1.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"less-loader": "^11.1.4",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it-jsx": "^1.1.0",
"markdown-toc": "^1.2.0",
"minimist": "^1.2.8",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss": "^8.4.33",
"postcss-loader": "^7.3.4",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
Expand Down
8 changes: 4 additions & 4 deletions sample-runner/agate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"dist/*"
],
"dependencies": {
"@enact/core": "^4.7.8",
"@enact/i18n": "^4.7.8",
"@enact/core": "^4.7.9",
"@enact/i18n": "^4.7.9",
"@enact/agate": "enactjs/agate#develop",
"@enact/spotlight": "^4.7.8",
"@enact/ui": "^4.7.8",
"@enact/spotlight": "^4.7.9",
"@enact/ui": "^4.7.9",
"ilib": "^14.19.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions sample-runner/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"dist/*"
],
"dependencies": {
"@enact/core": "^4.7.8",
"@enact/i18n": "^4.7.8",
"@enact/spotlight": "^4.7.8",
"@enact/core": "^4.7.9",
"@enact/i18n": "^4.7.9",
"@enact/spotlight": "^4.7.9",
"@enact/ui": "^4.7.8",
"ilib": "^14.19.0",
"prop-types": "^15.8.1",
Expand Down
Loading

0 comments on commit 76369d2

Please sign in to comment.