Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 960cc42 commit 1251e57
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
main:
name: Validate PR title
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build stage: Install yarn dependencies
# ===
FROM node:22 AS yarn-dependencies
FROM node:23 AS yarn-dependencies
WORKDIR /srv
ADD package.json .
ADD yarn.lock .
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,28 @@
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-typescript-to-proptypes": "2.1.0",
"concurrently": "8.2.2",
"concurrently": "9.1.2",
"css-loader": "7.1.2",
"cypress": "13.14.1",
"deepmerge": "4.3.1",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-testing-library": "6.3.0",
"eslint-plugin-testing-library": "7.1.1",
"formik": "2.4.6",
"jest": "29.7.0",
"npm-package-json-lint": "8.0.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react": "19.0.0",
"react-docgen-typescript-loader": "3.7.2",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"sass": "1.79.4",
"sass-loader": "16.0.1",
"semantic-release": "24.1.0",
Expand All @@ -100,8 +100,8 @@
"dependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.16.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-table": "7.7.20",
"classnames": "2.5.1",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -111,18 +111,18 @@
"react-useportal": "1.0.19"
},
"resolutions": {
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"postcss": "^8.3.11",
"jackspeak": "2.1.1",
"strip-ansi": "6.0.1"
"jackspeak": "4.0.2",
"strip-ansi": "7.1.0"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "^18.0.0 || ^19.0.0",
"@types/react-dom": "^18.0.0 || ^19.0.0",
"formik": "^2.4.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"vanilla-framework": "^3.15.1 || ^4.0.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 1251e57

Please sign in to comment.