Skip to content

Commit 38cecea

Browse files
committed
chore: 🤖 Snyk config
1 parent f844dfb commit 38cecea

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

‎.snyk

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
exclude:
2+
global:
3+
- "**/__tests__"
4+
- "**/node_modules"
5+
- "**/documentation"
6+
- "**/examples"
7+
- "**/scripts"
8+
- "**/dist"
9+
- "**/coverage"

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,14 @@
2626
"regenerator-runtime": "0.13.7"
2727
},
2828
"devDependencies": {
29-
"tslib": "^2.3.0",
30-
"react-dom": "18.2.0",
31-
"react": ">= 16.8.0",
32-
"next": "12.1.6",
33-
"@nrwl/react": "14.3.6",
34-
"@nrwl/next": "14.3.6",
3529
"@commitlint/config-conventional": "^17.0.2",
3630
"@emotion/react": "^11.9.3",
3731
"@emotion/styled": "^11.9.3",
3832
"@jest/types": "^28.1.1",
3933
"@mui/icons-material": "^5.8.4",
4034
"@mui/material": "^5.8.4",
35+
"@nrwl/next": "14.3.6",
36+
"@nrwl/react": "14.3.6",
4137
"@semantic-release/changelog": "^6.0.1",
4238
"@semantic-release/git": "^10.0.1",
4339
"@testing-library/jest-dom": "^5.16.4",
@@ -74,13 +70,17 @@
7470
"jest-watch-typeahead": "^1.1.0",
7571
"lint-staged": "^13.0.1",
7672
"msw": "^0.42.1",
73+
"next": "12.1.6",
7774
"notistack": "^2.0.5",
7875
"prettier": "^2.6.2",
76+
"react": ">= 16.8.0",
7977
"react-countdown": "^2.3.2",
78+
"react-dom": "18.2.0",
8079
"react-router-dom": "^6.3.0",
8180
"react-test-renderer": "18.2.0",
8281
"ts-jest": "^28.0.5",
8382
"ts-node": "~10.8.0",
83+
"tslib": "^2.3.0",
8484
"typescript": "~4.7.2",
8585
"workbox-webpack-plugin": "^6.5.3"
8686
},

0 commit comments

Comments
 (0)