Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijesh Bittu committed Nov 5, 2024
1 parent afae4a5 commit 66e8d13
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
!.vscode/extensions.json
*.log
*.tsbuildinfo
/.eslintcache
.eslintcache
/.nyc_output
/benchmark/**/dist
/coverage
Expand Down
20 changes: 18 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@pigment-css/react": "workspace:*",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"clsx": "^2.1.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react": "18.3.1",
"react-dom": "18.3.1",
"next": "15.0.2",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
Expand All @@ -34,5 +34,21 @@
"eslint-config-next": "15.0.2",
"serve": "14.2.4",
"tailwindcss": "^3.4.14"
},
"nx": {
"targets": {
"typescript": {
"cache": false,
"dependsOn": [
"^build"
]
},
"build": {
"outputs": [
"{projectRoot}/.next",
"{projectRoot}/export"
]
}
}
}
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"process": "^0.11.10",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-docgen": "^5.4.3",
"remark": "^13.0.0",
"rimraf": "^5.0.5",
Expand Down Expand Up @@ -144,7 +146,9 @@
"@definitelytyped/utils": "^0.1.5",
"@types/node": "^18.19.63",
"@types/react": "^18.3.12",
"@types/react-dom": "18.3.1"
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"nyc": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-nextjs-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@pigment-css/unplugin": "workspace:^"
},
"devDependencies": {
"next": "^15.0.2"
"next": "^15.0.1"
},
"peerDependencies": {
"next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"chai": "^4.4.1",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"react": "^18.2.0"
"react": "^18.3.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down
Loading

0 comments on commit 66e8d13

Please sign in to comment.