Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Nov 21, 2023
1 parent f7e9e01 commit 12d004f
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 84 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
],
"license": "MIT",
"devDependencies": {
"@types/node": "^20.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@types/node": "^20.9.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",
"lerna": "^7.4.2",
Expand Down
1 change: 1 addition & 0 deletions packages/preview/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ module.exports = withPWA({
},
assetPrefix: process.env.BASE_PATH || "",
basePath: process.env.BASE_PATH || "",
output: "export",
});
12 changes: 6 additions & 6 deletions packages/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"scripts": {
"start": "next",
"build": "next build && next export",
"build": "next build",
"serve": "next start"
},
"keywords": [],
Expand All @@ -22,7 +22,7 @@
"css-loader": "6.8.1",
"ignore-loader": "^0.1.2",
"lodash": "^4.17.21",
"next": "^13.5.6",
"next": "^14.0.3",
"next-pwa": "^5.6.0",
"prism-react-renderer": "^2.2.0",
"prop-types": "^15.8.1",
Expand All @@ -32,10 +32,10 @@
"tiny-skeleton-loader-react": "^1.2.1"
},
"devDependencies": {
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"typescript": "^5.2.2"
"@types/node": "^20.9.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"typescript": "^5.3.2"
},
"browserslist": [
">0.2%",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-icons-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"react": "*"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@types/react": "^18.2.37",
"@types/react": "^18.2.38",
"camelcase": "^8.0.0",
"cheerio": "^1.0.0-rc.12",
"esbuild": "^0.19.5",
"esbuild": "^0.19.7",
"esbuild-register": "^3.5.0",
"find-package": "^1.0.0",
"glob": "^10.3.10",
Expand All @@ -39,7 +39,7 @@
"p-queue": "^7.4.1",
"prettier": "^3.1.0",
"svgo": "^1.3.2",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"scripts": {
"ts": "node -r esbuild-register",
Expand Down
152 changes: 81 additions & 71 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12d004f

Please sign in to comment.