chore: upgrade all dependencies. especially, next.js to 13
Showing
app/[slug]/page.js
0 → 100644
app/another/head.js
0 → 100644
app/another/page.js
0 → 100644
app/head.js
0 → 100644
app/layout.js
0 → 100644
app/not-found.js
0 → 100644
| ... | ... | @@ -12,33 +12,32 @@ |
| }, | ||
| "dependencies": { | ||
| "classnames": "^2.3.2", | ||
| "css-loader": "^6.7.1", | ||
| "next": "13.0.0", | ||
| "css-loader": "^6.7.2", | ||
| "next": "^13.0.6", | ||
| "next-images": "^1.8.4", | ||
| "normalize.css": "^8.0.1", | ||
| "react": "18.2.0", | ||
| "react-dom": "18.2.0", | ||
| "sass": "^1.55.0", | ||
| "sass-loader": "^13.1.0", | ||
| "sharp": "^0.31.1", | ||
| "sass": "^1.56.1", | ||
| "sass-loader": "^13.2.0", | ||
| "sharp": "^0.31.2", | ||
| "style-loader": "^3.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^17.1.2", | ||
| "@commitlint/config-conventional": "^17.1.0", | ||
| "@storybook/addon-essentials": "^6.5.13", | ||
| "@storybook/addon-links": "^6.5.13", | ||
| "@storybook/builder-webpack5": "^6.5.13", | ||
| "@storybook/manager-webpack5": "^6.5.13", | ||
| "@commitlint/cli": "^17.3.0", | ||
| "@commitlint/config-conventional": "^17.3.0", | ||
| "@storybook/addon-essentials": "^6.5.14", | ||
| "@storybook/addon-links": "^6.5.14", | ||
| "@storybook/builder-webpack5": "^6.5.14", | ||
| "@storybook/manager-webpack5": "^6.5.14", | ||
| "@storybook/preset-scss": "^1.0.3", | ||
| "@storybook/react": "^6.5.13", | ||
| "babel-loader": "^8.2.5", | ||
| "@storybook/react": "^6.5.14", | ||
| "babel-loader": "^9.1.0", | ||
| "cross-env": "^7.0.3", | ||
| "cz-conventional-changelog": "^3.3.0", | ||
| "husky": "^8.0.1", | ||
| "prettier": "^2.7.1", | ||
| "husky": "^8.0.2", | ||
| "prettier": "^2.8.0", | ||
| "pretty-quick": "^3.1.3", | ||
| "webpack-bundle-analyzer": "^4.7.0", | ||
| "yarn": "^1.22.19" | ||
| "webpack-bundle-analyzer": "^4.7.0" | ||
| } | ||
| } |
pages/index.js
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment