Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 501d626 commit e56b322
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 93 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,33 +64,33 @@
"zustand": "^4.3.6"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.12",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@testing-library/react": "14.3.1",
"autoprefixer": "10.4.19",
"axios-mock-adapter": "1.18.2",
"babel-plugin-transform-import-meta": "^2.2.0",
"chokidar": "^3.5.3",
"babel-plugin-transform-import-meta": "2.2.1",
"chokidar": "3.6.0",
"cypress": "9.0.0",
"eslint": "^8.14.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.29.4",
"glob": "^8.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
"jsdom": "^24.1.0",
"node-fetch": "^3.3.0",
"postcss": "^8.4.21",
"postcss-minify": "^1.1.0",
"postcss-url": "^10.1.3",
"prettier": "^3.3.3",
"eslint": "8.57.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-react": "7.34.3",
"glob": "8.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"js-yaml": "4.1.0",
"jsdom": "24.1.0",
"node-fetch": "3.3.2",
"postcss": "8.4.38",
"postcss-minify": "1.1.0",
"postcss-url": "10.1.3",
"prettier": "3.3.3",
"redux-mock-store": "1.5.4",
"sass": "^1.77.6",
"shadow-dom-testing-library": "^1.11.3",
"tailwindcss": "^3.0.24"
"sass": "1.77.6",
"shadow-dom-testing-library": "1.11.3",
"tailwindcss": "3.4.4"
},
"scripts": {
"test": "NODE_ENV=test jest --config jest.config.js",
Expand Down
Loading

0 comments on commit e56b322

Please sign in to comment.