|
1 | 1 | { |
2 | 2 | "name": "pd-live-react", |
3 | 3 | "homepage": "https://pagerduty.github.io/pd-live-react", |
4 | | - "version": "0.12.2-beta.0", |
| 4 | + "version": "0.13.0-beta.0", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | 7 | "@chakra-ui/icons": "^2.1.1", |
8 | 8 | "@chakra-ui/react": "^2.8.0", |
9 | | - "@datadog/browser-rum": "^4.47.0", |
| 9 | + "@datadog/browser-rum": "^5.14.0", |
| 10 | + "@datadog/datadog-ci": "^2.37.0", |
10 | 11 | "@emotion/react": "^11.11.1", |
11 | 12 | "@emotion/styled": "^11.11.0", |
12 | 13 | "@fortawesome/fontawesome-svg-core": "^6.4.2", |
13 | 14 | "@fortawesome/free-brands-svg-icons": "^6.4.2", |
14 | 15 | "@fortawesome/free-regular-svg-icons": "^6.5.1", |
15 | | - "@fortawesome/free-solid-svg-icons": "^6.4.2", |
| 16 | + "@fortawesome/free-solid-svg-icons": "^6.5.2", |
16 | 17 | "@fortawesome/react-fontawesome": "^0.2.0", |
17 | 18 | "@pagerduty/pdjs": "^2.2.3", |
18 | 19 | "@types/jest": "^29.5.12", |
|
37 | 38 | "moment": "^2.29.4", |
38 | 39 | "pretty-print-error": "^1.1.1", |
39 | 40 | "react": "^18", |
40 | | - "react-bootstrap": "^2.9.1", |
| 41 | + "react-bootstrap": "^2.10.2", |
41 | 42 | "react-contextmenu": "^2.14.0", |
42 | 43 | "react-datepicker": "^4.21.0", |
43 | 44 | "react-dnd": "^16.0.1", |
44 | 45 | "react-dnd-html5-backend": "^16.0.1", |
45 | 46 | "react-dom": "^18", |
| 47 | + "react-error-boundary": "^4.0.13", |
46 | 48 | "react-i18next": "^13.2.0", |
47 | | - "react-icons": "^4.9.0", |
| 49 | + "react-icons": "^5.2.1", |
48 | 50 | "react-minimal-pie-chart": "^8.4.0", |
49 | | - "react-redux": "^8.1.2", |
| 51 | + "react-redux": "^9.1.2", |
50 | 52 | "react-select": "^5.7.7", |
51 | 53 | "react-table": "^7.8.0", |
52 | 54 | "react-window": "^1.8.8", |
|
61 | 63 | "scripts": { |
62 | 64 | "start": "vite", |
63 | 65 | "build": "npx genversion src/config/version.js --semi --es6 && vite build", |
| 66 | + "sourcemaps": "datadog-ci sourcemaps upload build --service=pd-live-react --release-version=$(node -e 'console.log(require(__dirname + `/package.json`).version)') --project-path=./ --minified-path-prefix=/pd-live-react/", |
64 | 67 | "genversion": "npx genversion src/config/version.js --semi --es6", |
65 | 68 | "jest": "npx jest", |
66 | 69 | "cypress:open": "npx cypress open --browser chrome --e2e", |
|
99 | 102 | "@babel/eslint-parser": "^7.22.10", |
100 | 103 | "@babel/preset-env": "^7.22.10", |
101 | 104 | "@babel/preset-react": "^7.22.5", |
102 | | - "@cypress/react": "^8.0.0", |
| 105 | + "@cypress/react": "^8.0.2", |
103 | 106 | "@faker-js/faker": "^8.0.2", |
104 | 107 | "@testing-library/dom": "^9.3.4", |
105 | 108 | "@testing-library/jest-dom": "^6.1.4", |
|
142 | 145 | "prettier-eslint-cli": "^8.0.1", |
143 | 146 | "redux-mock-store": "^1.5.4", |
144 | 147 | "redux-saga-test-plan": "^4.0.6", |
145 | | - "sass": "^1.66.1", |
| 148 | + "sass": "^1.77.5", |
146 | 149 | "string.prototype.replaceall": "^1.0.6", |
147 | | - "vite": "^4.5.2", |
| 150 | + "vite": "^4.5.3", |
148 | 151 | "vite-plugin-environment": "^1.1.3", |
149 | 152 | "vite-plugin-eslint": "^1.8.1", |
150 | | - "vite-plugin-svgr": "^3.2.0", |
| 153 | + "vite-plugin-svgr": "^4.2.0", |
151 | 154 | "wait-on": "^7.2.0", |
152 | 155 | "yarn-audit-fix": "^10.0.5" |
153 | 156 | } |
|
0 commit comments