Skip to content

Commit

Permalink
⬆️ bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuxu committed Oct 12, 2024
1 parent 760e442 commit bd716ce
Show file tree
Hide file tree
Showing 5 changed files with 1,384 additions and 1,128 deletions.
10 changes: 5 additions & 5 deletions apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@postenbring/hedwig-react": "workspace:*",
"@postenbring/hedwig-tokens": "workspace:*",
"@radix-ui/react-slot": "1.1.0",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shiki": "1.22.0"
},
"devDependencies": {
"@mdx-js/rollup": "3.0.1",
"@remix-run/dev": "^2.12.1",
"@remix-run/dev": "^2.13.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "10.4.20",
Expand All @@ -42,7 +42,7 @@
"tailwindcss": "3.4.13",
"typescript": "^5.6.2",
"vite": "^5.2.13",
"wait-on": "^7.2.0"
"wait-on": "^8.0.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
"stylelint": "16.9.0",
"turbo": "2.1.3"
},
"pnpm": {
"overrides": {
"express": "^4.19.2"
}
},
"packageManager": "pnpm@9.1.1",
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1",
"stylelint-value-no-unknown-custom-properties": "6.0.1",
"wait-on": "^7.2.0"
"wait-on": "^8.0.1"
},
"dependencies": {
"@postenbring/hedwig-tokens": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"eslint-config-custom": "workspace:*",
"hedwig-tsconfig": "workspace:*",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit bd716ce

Please sign in to comment.