Skip to content

Commit

Permalink
Merge pull request #961 from DTS-STN/remove-svg
Browse files Browse the repository at this point in the history
Remove svg and update dependencies
  • Loading branch information
shawn320 authored Aug 7, 2023
2 parents c1557c3 + d594867 commit c1d3d0c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.67.4](https://github.com/DTS-STN/Service-Canada-Design-System/compare/v1.67.3...v1.67.4) (2023-08-07)


### Bug Fixes

* add legacyBehavior prop on Link to support next/link ([173adf8](https://github.com/DTS-STN/Service-Canada-Design-System/commit/173adf86129e2c7c456a7b6f7c45467b7ebeea38))
* update alert heading ([65ce896](https://github.com/DTS-STN/Service-Canada-Design-System/commit/65ce896216ed3525360f91ccf71b98ed94eef32a))

## [1.67.3](https://github.com/DTS-STN/Service-Canada-Design-System/compare/v1.67.2...v1.67.3) (2023-08-02)


Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

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

13 changes: 7 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.67.3",
"version": "1.67.4",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -20,21 +20,22 @@
"@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",
"focus-trap-react": "^10.2.1",
"git-conventional-commits": "^2.6.5",
"identity-obj-proxy": "^3.0.0",
"prop-types": "^15.7.2",
"react-app-polyfill": "^3.0.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap": "^2.8.0",
"react-dom": "^17.0.2",
"react-full-screen": "^1.1.1",
"react-player": "^2.12.0",
"react-select": "^5.7.3",
"react-syntax-highlighter": "^15.5.0",
"release-please": "^14.17.3",
"sass": "^1.62.1",
"sass": "^1.63.6",
"sass-loader": "^10.4.1",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"user": "^0.0.0"
},
"scripts": {
Expand Down
5 changes: 0 additions & 5 deletions src/svg.d.ts

This file was deleted.

0 comments on commit c1d3d0c

Please sign in to comment.