Skip to content

Commit

Permalink
👌 IMPROVE: Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xi4o committed Sep 30, 2023
1 parent c4c0ade commit 779f80b
Show file tree
Hide file tree
Showing 4 changed files with 2,483 additions and 1,715 deletions.
14 changes: 7 additions & 7 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@remix-run/node": "2.0.1",
"@remix-run/react": "2.0.1",
"@remix-run/serve": "2.0.1",
"isbot": "^3.6.13",
"isbot": "^3.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"source-map-support": "^0.5.21"
Expand All @@ -22,12 +22,12 @@
"@ohm/eslint-config": "workspace:*",
"@ohm/tsconfig": "workspace:*",
"@remix-run/dev": "2.0.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/source-map-support": "^0.5.7",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"postcss": "^8.4.28",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/source-map-support": "^0.5.8",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"devDependencies": {
"@ohm/tsconfig": "workspace:*",
"eslint": "^8.48.0",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"turbo": "^1.10.13"
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"turbo": "^1.10.14"
},
"packageManager": "pnpm@8.6.10",
"name": "oh-hi-markdown",
Expand Down
50 changes: 25 additions & 25 deletions packages/oh-hi-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"dependencies": {
"@i4o/catalystui": "1.0.0-alpha.16",
"@radix-ui/react-portal": "^1.0.3",
"@radix-ui/react-portal": "^1.0.4",
"copy-to-clipboard": "^3.3.3",
"fuzzy-search": "^3.2.1",
"gemoji": "8.1.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"outline-icons": "^2.3.0",
"outline-icons": "^2.5.0",
"prosemirror-commands": "^1.5.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
Expand All @@ -45,13 +45,13 @@
"prosemirror-state": "^1.4.3",
"prosemirror-tables": "^1.3.4",
"prosemirror-transform": "1.7.5",
"prosemirror-utils": "0.9.6",
"prosemirror-view": "1.31.7",
"prosemirror-utils": "1.2.1-0",
"prosemirror-view": "1.32.0",
"react-medium-image-zoom": "^5.1.8",
"refractor": "^4.8.1",
"resize-observer-polyfill": "^1.5.1",
"slugify": "^1.6.6",
"smooth-scroll-into-view-if-needed": "^2.0.0",
"smooth-scroll-into-view-if-needed": "^2.0.2",
"yargs-parser": "^21.1.1"
},
"peerDependencies": {
Expand All @@ -60,38 +60,38 @@
"styled-components": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.11",
"@tailwindcss/typography": "^0.5.9",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@tailwindcss/typography": "^0.5.10",
"@types/fuzzy-search": "^2.1.2",
"@types/lodash": "^4.14.197",
"@types/markdown-it": "^13.0.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/refractor": "^3.0.2",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.15",
"babel-jest": "^29.6.4",
"@types/lodash": "^4.14.199",
"@types/markdown-it": "^13.0.2",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/refractor": "^3.0.3",
"@types/styled-components": "^5.1.28",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.1",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"source-map-loader": "^4.0.1",
"styled-components": "^6.0.7",
"styled-components": "^6.0.8",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.4",
"tsc-watch": "^6.0.4",
Expand Down
Loading

0 comments on commit 779f80b

Please sign in to comment.