Skip to content

Commit 7b54b51

Browse files
authored
Merge pull request #1385 from w3bdesign/develop
Delete package-lock.json
2 parents 7ecbc3c + 5c481e0 commit 7b54b51

File tree

3 files changed

+100
-94
lines changed

3 files changed

+100
-94
lines changed

package-lock.json

+93-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"license": "ISC",
2525
"dependencies": {
2626
"@apollo/client": "^3.12.6",
27-
"@types/react": "^18.3.18",
27+
"@types/react": "^19.0.7",
2828
"algoliasearch": "^4.24.0",
2929
"autoprefixer": "^10.4.20",
3030
"framer-motion": "11.18.0",
3131
"graphql": "^16.10.0",
3232
"lodash": "^4.17.21",
33-
"next": "^14.2.23",
33+
"next": "14.2.23",
3434
"nprogress": "^0.2.0",
35-
"postcss": "^8.4.49",
36-
"react": "^18.3.1",
37-
"react-dom": "^18.3.1",
35+
"postcss": "^8.5.1",
36+
"react": "18.3.1",
37+
"react-dom": "18.3.1",
3838
"react-hook-form": "^7.54.2",
3939
"react-instantsearch-dom": "^6.40.4",
4040
"uuid": "^11.0.5"
@@ -49,7 +49,7 @@
4949
"@typescript-eslint/eslint-plugin": "^8.20.0",
5050
"@typescript-eslint/parser": "^8.20.0",
5151
"babel-plugin-styled-components": "^2.1.4",
52-
"eslint-config-next": "^14.2.23",
52+
"eslint-config-next": "^15.1.4",
5353
"postcss-preset-env": "^10.1.3",
5454
"prettier": "^3.4.2",
5555
"tailwindcss": "^3.4.17",

0 commit comments

Comments
 (0)