Skip to content

Commit

Permalink
run(ncu -u) - Update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniebler committed Dec 13, 2024
1 parent f3fb536 commit b85b5ee
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 97 deletions.
124 changes: 61 additions & 63 deletions package-lock.json

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

66 changes: 32 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,53 +36,51 @@
"url": "https://www.wordpress.rrze.fau.de/person/webmaster"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.48.0",
"@eslint/js": "^9.16.0",
"@playwright/test": "^1.49.1",
"@svgr/webpack": "^8.1.0",
"@types/color": "^3.0.6",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/wordpress__block-editor": "^11.5.15",
"@types/wordpress__blocks": "^12.5.14",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@wordpress/api-fetch": "^7.9.0",
"@wordpress/babel-plugin-makepot": "^6.9.0",
"@wordpress/compose": "^7.9.0",
"@wordpress/data": "^10.9.0",
"@wordpress/e2e-test-utils-playwright": "^1.9.0",
"@wordpress/eslint-plugin": "^21.5.0",
"@wordpress/i18n": "^5.9.0",
"@wordpress/icons": "^10.9.0",
"@wordpress/keycodes": "^4.9.0",
"@wordpress/notices": "^5.9.0",
"@wordpress/scripts": "^30.1.0",
"@wordpress/server-side-render": "^5.9.0",
"@types/color": "^4.2.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/wordpress__block-editor": "^11.5.16",
"@types/wordpress__blocks": "^12.5.16",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@wordpress/api-fetch": "^7.14.0",
"@wordpress/babel-plugin-makepot": "^6.14.0",
"@wordpress/compose": "^7.14.0",
"@wordpress/data": "^10.14.0",
"@wordpress/e2e-test-utils-playwright": "^1.14.0",
"@wordpress/eslint-plugin": "^22.0.0",
"@wordpress/i18n": "^5.14.0",
"@wordpress/icons": "^10.14.0",
"@wordpress/keycodes": "^4.14.0",
"@wordpress/notices": "^5.14.0",
"@wordpress/scripts": "^30.7.0",
"@wordpress/server-side-render": "^5.14.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.12.0",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tsdoc": "^0.3.0",
"inquirer": "^12.0.0",
"eslint-plugin-tsdoc": "^0.4.0",
"inquirer": "^12.2.0",
"prompt": "^1.3.0",
"semver": "^7.6.3",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@wordpress/a11y": "^4.10.0",
"@wordpress/shortcode": "^4.12.0",
"@wordpress/a11y": "^4.14.0",
"@wordpress/shortcode": "^4.14.0",
"color": "^4.2.3",
"gsap": "^3.12.5",
"lodash": "^4.17.21",
"react-error-boundary": "^4.0.13"
"react-error-boundary": "^4.1.2"
},
"resolutions": {
"postcss": "8.4.38",
Expand Down

0 comments on commit b85b5ee

Please sign in to comment.