Skip to content

Commit 375270f

Browse files
committed
Remove version range specifiers for npm packages.
1 parent 207702c commit 375270f

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"last 2 Opera versions"
2929
],
3030
"devDependencies": {
31-
"@lodder/grunt-postcss": "^3.1.1",
31+
"@lodder/grunt-postcss": "3.1.1",
3232
"@playwright/test": "1.58.2",
3333
"@pmmmwh/react-refresh-webpack-plugin": "0.6.2",
3434
"@types/codemirror": "5.60.17",
@@ -47,33 +47,33 @@
4747
"dotenv-expand": "12.0.3",
4848
"grunt": "1.6.1",
4949
"grunt-banner": "^0.6.0",
50-
"grunt-contrib-clean": "~2.0.1",
50+
"grunt-contrib-clean": "2.0.1",
5151
"grunt-contrib-concat": "2.1.0",
52-
"grunt-contrib-copy": "~1.0.0",
53-
"grunt-contrib-cssmin": "~5.0.0",
54-
"grunt-contrib-imagemin": "~4.0.0",
52+
"grunt-contrib-copy": "1.0.0",
53+
"grunt-contrib-cssmin": "5.0.0",
54+
"grunt-contrib-imagemin": "4.0.0",
5555
"grunt-contrib-jshint": "3.2.0",
56-
"grunt-contrib-qunit": "~10.1.1",
57-
"grunt-contrib-uglify": "~5.2.2",
58-
"grunt-contrib-watch": "~1.1.0",
56+
"grunt-contrib-qunit": "10.1.1",
57+
"grunt-contrib-uglify": "5.2.2",
58+
"grunt-contrib-watch": "1.1.0",
5959
"grunt-file-append": "0.0.7",
6060
"grunt-jsdoc": "2.4.1",
61-
"grunt-legacy-util": "^2.0.1",
62-
"grunt-patch-wordpress": "~4.0.0",
63-
"grunt-replace-lts": "~1.1.0",
64-
"grunt-rtlcss": "~2.0.2",
65-
"grunt-sass": "~4.1.0",
61+
"grunt-legacy-util": "2.0.1",
62+
"grunt-patch-wordpress": "4.0.0",
63+
"grunt-replace-lts": "1.1.0",
64+
"grunt-rtlcss": "2.0.2",
65+
"grunt-sass": "4.1.0",
6666
"grunt-webpack": "7.0.1",
6767
"install-changed": "1.1.0",
6868
"json2php": "0.0.12",
6969
"php-array-reader": "2.1.3",
7070
"postcss": "8.5.8",
7171
"prettier": "npm:wp-prettier@3.0.3",
72-
"qunit": "~2.25.0",
72+
"qunit": "2.25.0",
7373
"react-refresh": "0.14.0",
7474
"sass": "1.98.0",
7575
"sinon": "16.1.3",
76-
"sinon-test": "~3.1.6",
76+
"sinon-test": "3.1.6",
7777
"source-map-loader": "5.0.0",
7878
"terser-webpack-plugin": "5.4.0",
7979
"typescript": "5.9.3",

0 commit comments

Comments
 (0)