Skip to content

Commit

Permalink
package updates 121423
Browse files Browse the repository at this point in the history
  • Loading branch information
wadehammes committed Dec 14, 2023
1 parent 528de7d commit e57c02a
Show file tree
Hide file tree
Showing 5 changed files with 1,628 additions and 2,126 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 8.6.12
version: 8.12.1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18.0
cache: "pnpm"
- name: Install dependencies
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.16.1
pnpm 8.6.12
nodejs 18.18.0
pnpm 8.12.1
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@
"dependencies": {
"@emotion/is-prop-valid": "^1.2.1",
"@jest/types": "^29.6.3",
"@testing-library/react": "^14.0.0",
"gsap": "^3.12.2",
"html-react-parser": "^4.2.1",
"next": "^13.4.19",
"@testing-library/react": "^14.1.2",
"gsap": "^3.12.3",
"html-react-parser": "^5.0.7",
"next": "^14.0.4",
"polished": "^4.2.2",
"postcss-styled-syntax": "^0.4.0",
"postcss-styled-syntax": "^0.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"styled-components": "^6.0.7",
"react-intersection-observer": "^9.5.3",
"styled-components": "^6.1.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.1",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.3",
"@types/react": "^18.2.21",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@testing-library/jest-dom": "^6.1.5",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-plugin-styled-components": "^2.1.4",
"csstype": "^3.1.2",
"eslint": "^8.47.0",
"csstype": "^3.1.3",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.0.0",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.6.3",
"prettier": "^3.0.2",
"eslint-plugin-testing-library": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.1.1",
"prettier-plugin-import-sort": "^0.0.7",
"react-is": "^18.2.0",
"react-test-renderer": "^18.2.0",
Expand All @@ -62,7 +62,7 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit e57c02a

Please sign in to comment.