Skip to content

Commit

Permalink
fix:tests
Browse files Browse the repository at this point in the history
  • Loading branch information
numbap committed Jul 18, 2023
1 parent 2925354 commit fa437f0
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dts-stn/service-canada-design-system",
"version": "1.59.4",
"version": "1.66.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -15,22 +15,28 @@
"dist/**/*"
],
"dependencies": {
"git-conventional-commits": "^2.6.3",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"classnames": "^2.3.2",
"focus-trap-react": "^10.1.1",
"git-conventional-commits": "^2.6.3",
"identity-obj-proxy": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^17.0.2",
"react-full-screen": "^1.1.1",
"react-player": "^2.12.0",
"react-router-dom": "^6.9.0",
"react-select": "^5.7.3",
"react-syntax-highlighter": "^15.5.0",
"release-please": "^14.17.3",
"sass": "^1.60.0",
"sass": "^1.62.1",
"sass-loader": "^10.4.1",
"shelljs": "^0.8.5",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"user": "^0.0.0"
},
"scripts": {
Expand Down Expand Up @@ -139,6 +145,6 @@
"tailwindcss": "^3.0.23",
"typescript": "^4.8.4",
"web-vitals": "^1.1.2",
"webpack": "^5.75.0"
"webpack": "^5.76.0"
}
}

0 comments on commit fa437f0

Please sign in to comment.