|
1 | 1 | { |
2 | 2 | "name": "@uirouter/core", |
3 | 3 | "description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps", |
4 | | - "version": "6.1.0", |
| 4 | + "version": "6.1.1", |
5 | 5 | "scripts": { |
6 | 6 | "clean": "shx rm -rf lib lib-esm _bundles .cache _doc", |
7 | 7 | "compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm", |
|
66 | 66 | "module": "lib-esm/index.js", |
67 | 67 | "license": "MIT", |
68 | 68 | "devDependencies": { |
69 | | - "@types/jasmine": "^3.3.13", |
| 69 | + "@types/jasmine": "^5.1.4", |
70 | 70 | "@types/jquery": "^3.3.36", |
71 | | - "@uirouter/publish-scripts": "^2.6.0", |
| 71 | + "@uirouter/publish-scripts": "^2.6.3", |
72 | 72 | "bufferutil": "4.0.2", |
73 | 73 | "dts-downlevel": "^0.4.0", |
74 | | - "fork-ts-checker-webpack-plugin": "^6.0.8", |
| 74 | + "fork-ts-checker-webpack-plugin": "^9.0.2", |
75 | 75 | "husky": "^4.2.5", |
76 | 76 | "jasmine-core": "^3.3.0", |
77 | 77 | "karma": "^5.0.4", |
78 | 78 | "karma-chrome-launcher": "^3.1.0", |
79 | 79 | "karma-firefox-launcher": "^2.1.0", |
80 | 80 | "karma-jasmine": "^4.0.1", |
81 | 81 | "karma-script-launcher": "^1.0.0", |
82 | | - "karma-sourcemap-loader": "^0.3.7", |
83 | | - "karma-webpack": "^4.0.2", |
| 82 | + "karma-sourcemap-loader": "^0.4.0", |
| 83 | + "karma-webpack": "^5.0.1", |
| 84 | + "eslint": "^8.57.0", |
| 85 | + "@typescript-eslint/parser": "^7.16.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "^7.16.0", |
84 | 87 | "prettier": "^2.0.5", |
85 | 88 | "pretty-quick": "^3.1.0", |
86 | 89 | "rollup": "1.32.1", |
87 | 90 | "rollup-plugin-node-resolve": "^5.0.2", |
88 | 91 | "rollup-plugin-sourcemaps": "^0.6.1", |
89 | 92 | "rollup-plugin-uglify": "^6.0.0", |
90 | 93 | "ts-loader": "^8.0.12", |
91 | | - "tslint": "5.20.1", |
92 | | - "tslint-eslint-rules": "^5.3.1", |
93 | | - "typescript": "~3.9", |
| 94 | + "typescript": "~5.4.5", |
94 | 95 | "utf-8-validate": "5.0.3", |
95 | | - "webpack": "^4.34.0" |
| 96 | + "webpack": "^5.92.1" |
96 | 97 | }, |
97 | 98 | "resolutions": { |
98 | 99 | "chokidar": "3.3.1" |
|
122 | 123 | "Trace" |
123 | 124 | ] |
124 | 125 | } |
125 | | - } |
| 126 | + }, |
| 127 | + "packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" |
126 | 128 | } |
0 commit comments