Skip to content

Commit

Permalink
chore(pnpm): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simrobin committed Mar 27, 2023
1 parent d9af45a commit 0ac45c2
Show file tree
Hide file tree
Showing 2 changed files with 748 additions and 618 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -25,27 +25,27 @@
"test:ci": "jest --ci"
},
"dependencies": {
"next": "12.3.1",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"babel-jest": "29.2.0",
"eslint-config-next": "12.3.1",
"@testing-library/react": "14.0.0",
"@types/node": "18.15.10",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"babel-jest": "29.5.0",
"eslint-config-next": "13.2.4",
"eslint-config-simrobin": "2.0.1",
"jest": "29.2.0",
"jest-environment-jsdom": "29.2.0",
"prettier": "2.7.1",
"sass": "1.55.0",
"stylelint": "14.14.0",
"stylelint-config-sass-guidelines": "9.0.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"prettier": "2.8.7",
"sass": "1.60.0",
"stylelint": "15.3.0",
"stylelint-config-sass-guidelines": "10.0.0",
"ts-jest": "29.0.5",
"typescript": "5.0.2"
},
"license": "ISC",
"browserslist": [
Expand Down

0 comments on commit 0ac45c2

Please sign in to comment.